#234D31

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

Shades of Kaitoke Green #234D31

Tints of Kaitoke Green #234D31

Color information

#234D31 (or 0x234D31) is unknown color: approx Kaitoke Green. HEX triplet: 23, 4D and 31. RGB value is (35,77,49). Sum of RGB (Red+Green+Blue) = 35+77+49=161 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.74% from 161); Green value is 77 (30.47% from 255 or 47.83% from 161); Blue value is 49 (19.53% from 255 or 30.43% from 161); Max value from RGB is 77 - color contains mainly: green. Hex color #234D31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #234D31 is #DCB2CE. Grayscale: #3D3D3D. Windows color (decimal): -14463695 or 3231011. OLE color: 3231011.

HSL color Cylindrical-coordinate representation of color #234D31: hue angle of 140º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #234D31 is Cyan = 0.55, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.70.

Color convert

RGB357749-
CMYK0.5500.360.70
HSL140º37.5%21.96%-
HSV(B)140º54.55%30.2%-
XYZ3.95.893.84-
YUV61.25121.09109.28-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.74%
GREEN value IS 77 (30.47% from 255) = 47.83%
BLUE value IS 49 (19.53% from 255) = 30.43%
R=21.74%
G=47.83%
B=30.43%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3577490.5500.360.7014037.521.96
Hex234D3137024468c2616
Octal4311561670441062144626
Binary1000111001101110001110111010010010001101000110010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234D31; }

 p { color: rgb(35,77,49); }

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

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

 a { background-color: rgb(35,77,49); }

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

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

 span { border-color: rgb(35,77,49); }

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