#234C32

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

Shades of Kaitoke Green #234C32

Tints of Kaitoke Green #234C32

Color information

#234C32 (or 0x234C32) is unknown color: approx Kaitoke Green. HEX triplet: 23, 4C and 32. RGB value is (35,76,50). Sum of RGB (Red+Green+Blue) = 35+76+50=161 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.74% from 161); Green value is 76 (30.08% from 255 or 47.20% from 161); Blue value is 50 (19.92% from 255 or 31.06% from 161); Max value from RGB is 76 - color contains mainly: green. Hex color #234C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234C32 is #DCB3CD. Grayscale: #3C3C3C. Windows color (decimal): -14463950 or 3296291. OLE color: 3296291.

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

Color convert

RGB357650-
CMYK0.5400.340.70
HSL141.95º36.94%21.76%-
HSV(B)141.95º53.95%29.8%-
XYZ3.855.763.93-
YUV60.78121.92109.61-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.74%
GREEN value IS 76 (30.08% from 255) = 47.20%
BLUE value IS 50 (19.92% from 255) = 31.06%
R=21.74%
G=47.20%
B=31.06%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3576500.5400.340.70141.9536.9421.76
Hex234C3236022468e2516
Octal4311462660421062164526
Binary1000111001100110010110110010001010001101000111010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,76,50); }

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

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

 a { background-color: rgb(35,76,50); }

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

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

 span { border-color: rgb(35,76,50); }

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