#234C2C

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

Shades of Kaitoke Green #234C2C

Tints of Kaitoke Green #234C2C

Color information

#234C2C (or 0x234C2C) is unknown color: approx Kaitoke Green. HEX triplet: 23, 4C and 2C. RGB value is (35,76,44). Sum of RGB (Red+Green+Blue) = 35+76+44=155 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.58% from 155); Green value is 76 (30.08% from 255 or 49.03% from 155); Blue value is 44 (17.58% from 255 or 28.39% from 155); Max value from RGB is 76 - color contains mainly: green. Hex color #234C2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234C2C is #DCB3D3. Grayscale: #3C3C3C. Windows color (decimal): -14463956 or 2903075. OLE color: 2903075.

HSL color Cylindrical-coordinate representation of color #234C2C: hue angle of 133.17º 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 #234C2C is Cyan = 0.54, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.70.

Color convert

RGB357644-
CMYK0.5400.420.70
HSL133.17º36.94%21.76%-
HSV(B)133.17º53.95%29.8%-
XYZ3.735.713.29-
YUV60.09118.92110.1-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 22.58%
GREEN value IS 76 (30.08% from 255) = 49.03%
BLUE value IS 44 (17.58% from 255) = 28.39%
R=22.58%
G=49.03%
B=28.39%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3576440.5400.420.70133.1736.9421.76
Hex234C2C3602A46852516
Octal4311454660521062054526
Binary1000111001100101100110110010101010001101000010110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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