#234D33

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

Shades of Kaitoke Green #234D33

Tints of Kaitoke Green #234D33

Color information

#234D33 (or 0x234D33) is unknown color: approx Kaitoke Green. HEX triplet: 23, 4D and 33. RGB value is (35,77,51). Sum of RGB (Red+Green+Blue) = 35+77+51=163 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.47% from 163); Green value is 77 (30.47% from 255 or 47.24% from 163); Blue value is 51 (20.31% from 255 or 31.29% from 163); Max value from RGB is 77 - color contains mainly: green. Hex color #234D33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #234D33 is #DCB2CC. Grayscale: #3D3D3D. Windows color (decimal): -14463693 or 3362083. OLE color: 3362083.

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

Color convert

RGB357751-
CMYK0.5500.340.70
HSL142.86º37.5%21.96%-
HSV(B)142.86º54.55%30.2%-
XYZ3.945.94.06-
YUV61.48122.09109.11-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.47%
GREEN value IS 77 (30.47% from 255) = 47.24%
BLUE value IS 51 (20.31% from 255) = 31.29%
R=21.47%
G=47.24%
B=31.29%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3577510.5500.340.70142.8637.521.96
Hex234D3337022468f2616
Octal4311563670421062174626
Binary1000111001101110011110111010001010001101000111110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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