#234D2D

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

Shades of Kaitoke Green #234D2D

Tints of Kaitoke Green #234D2D

Color information

#234D2D (or 0x234D2D) is unknown color: approx Kaitoke Green. HEX triplet: 23, 4D and 2D. RGB value is (35,77,45). Sum of RGB (Red+Green+Blue) = 35+77+45=157 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.29% from 157); Green value is 77 (30.47% from 255 or 49.04% from 157); Blue value is 45 (17.97% from 255 or 28.66% from 157); Max value from RGB is 77 - color contains mainly: green. Hex color #234D2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #234D2D is #DCB2D2. Grayscale: #3C3C3C. Windows color (decimal): -14463699 or 2968867. OLE color: 2968867.

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

Color convert

RGB357745-
CMYK0.5500.420.70
HSL134.29º37.5%21.96%-
HSV(B)134.29º54.55%30.2%-
XYZ3.825.853.41-
YUV60.79119.09109.6-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 22.29%
GREEN value IS 77 (30.47% from 255) = 49.04%
BLUE value IS 45 (17.97% from 255) = 28.66%
R=22.29%
G=49.04%
B=28.66%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3577450.5500.420.70134.2937.521.96
Hex234D2D3702A46862616
Octal4311555670521062064626
Binary1000111001101101101110111010101010001101000011010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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