#234C33

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

Shades of Kaitoke Green #234C33

Tints of Kaitoke Green #234C33

Color information

#234C33 (or 0x234C33) is unknown color: approx Kaitoke Green. HEX triplet: 23, 4C and 33. RGB value is (35,76,51). Sum of RGB (Red+Green+Blue) = 35+76+51=162 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.60% from 162); Green value is 76 (30.08% from 255 or 46.91% from 162); Blue value is 51 (20.31% from 255 or 31.48% from 162); Max value from RGB is 76 - color contains mainly: green. Hex color #234C33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234C33 is #DCB3CC. Grayscale: #3C3C3C. Windows color (decimal): -14463949 or 3361827. OLE color: 3361827.

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

Color convert

RGB357651-
CMYK0.5400.330.70
HSL143.41º36.94%21.76%-
HSV(B)143.41º53.95%29.8%-
XYZ3.885.774.04-
YUV60.89122.42109.53-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.60%
GREEN value IS 76 (30.08% from 255) = 46.91%
BLUE value IS 51 (20.31% from 255) = 31.48%
R=21.60%
G=46.91%
B=31.48%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3576510.5400.330.70143.4136.9421.76
Hex234C3336021468f2516
Octal4311463660411062174526
Binary1000111001100110011110110010000110001101000111110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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