#1D4C29

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

Shades of Kaitoke Green #1D4C29

Tints of Kaitoke Green #1D4C29

Color information

#1D4C29 (or 0x1D4C29) is unknown color: approx Kaitoke Green. HEX triplet: 1D, 4C and 29. RGB value is (29,76,41). Sum of RGB (Red+Green+Blue) = 29+76+41=146 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.86% from 146); Green value is 76 (30.08% from 255 or 52.05% from 146); Blue value is 41 (16.41% from 255 or 28.08% from 146); Max value from RGB is 76 - color contains mainly: green. Hex color #1D4C29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4C29 is #E2B3D6. Grayscale: #3A3A3A. Windows color (decimal): -14857175 or 2706461. OLE color: 2706461.

HSL color Cylindrical-coordinate representation of color #1D4C29: hue angle of 135.32º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1D4C29 is Cyan = 0.62, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.70.

Color convert

RGB297641-
CMYK0.6200.460.70
HSL135.32º44.76%20.59%-
HSV(B)135.32º61.84%29.8%-
XYZ3.495.592.99-
YUV57.96118.43107.35-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 19.86%
GREEN value IS 76 (30.08% from 255) = 52.05%
BLUE value IS 41 (16.41% from 255) = 28.08%
R=19.86%
G=52.05%
B=28.08%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2976410.6200.460.70135.3244.7620.59
Hex1D4C293E02E46872d15
Octal3511451760561062075525
Binary111011001100101001111110010111010001101000011110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D4C29; }

 p { color: rgb(29,76,41); }

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

<style>
 a { background-color: #1D4C29; }

 a { background-color: rgb(29,76,41); }

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

<style>
 span { border-color: #1D4C29; }

 span { border-color: rgb(29,76,41); }

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