#255031

Color #255031 Kaitoke Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kaitoke Green #255031

Tints of Kaitoke Green #255031

Color information

#255031 (or 0x255031) is unknown color: approx Kaitoke Green. HEX triplet: 25, 50 and 31. RGB value is (37,80,49). Sum of RGB (Red+Green+Blue) = 37+80+49=166 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.29% from 166); Green value is 80 (31.64% from 255 or 48.19% from 166); Blue value is 49 (19.53% from 255 or 29.52% from 166); Max value from RGB is 80 - color contains mainly: green. Hex color #255031 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255031 is #DAAFCE. Grayscale: #3F3F3F. Windows color (decimal): -14331855 or 3231781. OLE color: 3231781.

HSL color Cylindrical-coordinate representation of color #255031: hue angle of 136.74º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #255031 is Cyan = 0.54, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.69.

Color convert

RGB378049-
CMYK0.5400.390.69
HSL136.74º36.75%22.94%-
HSV(B)136.74º53.75%31.37%-
XYZ4.196.353.91-
YUV63.61119.75109.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 37 (14.84% from 255) = 22.29%
GREEN value IS 80 (31.64% from 255) = 48.19%
BLUE value IS 49 (19.53% from 255) = 29.52%
R=22.29%
G=48.19%
B=29.52%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3780490.5400.390.69136.7436.7522.94
Hex2550313602745892517
Octal4512061660471052114527
Binary1001011010000110001110110010011110001011000100110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255031; }

 p { color: rgb(37,80,49); }

 H1.HeaderClassName
 {
   color: #255031;
 }
 .AnyTagClassName
 {
   color: #255031;
 }
</style>
background-color css

<style>
 a { background-color: #255031; }

 a { background-color: rgb(37,80,49); }

 div.DivClassName
 {
   background-color: #255031;
 }
 .BgClassName
 {
   background-color: #255031;
 }
</style>
border-color css

<style>
 span { border-color: #255031; }

 span { border-color: rgb(37,80,49); }

 td.TdClassName
 {
   border-color: #255031;
 }
 .TagClassName
 {
   border-color: #255031;
 }
</style>