#1D4F32

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

Shades of Kaitoke Green #1D4F32

Tints of Kaitoke Green #1D4F32

Color information

#1D4F32 (or 0x1D4F32) is unknown color: approx Kaitoke Green. HEX triplet: 1D, 4F and 32. RGB value is (29,79,50). Sum of RGB (Red+Green+Blue) = 29+79+50=158 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.35% from 158); Green value is 79 (31.25% from 255 or 50% from 158); Blue value is 50 (19.92% from 255 or 31.65% from 158); Max value from RGB is 79 - color contains mainly: green. Hex color #1D4F32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D4F32 is #E2B0CD. Grayscale: #3C3C3C. Windows color (decimal): -14856398 or 3297053. OLE color: 3297053.

HSL color Cylindrical-coordinate representation of color #1D4F32: hue angle of 145.2º degrees, saturation: 0.46, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1D4F32 is Cyan = 0.63, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.69.

Color convert

RGB297950-
CMYK0.6300.370.69
HSL145.2º46.3%21.18%-
HSV(B)145.2º63.29%30.98%-
XYZ3.886.083.99-
YUV60.74121.94105.36-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.35%
GREEN value IS 79 (31.25% from 255) = 50%
BLUE value IS 50 (19.92% from 255) = 31.65%
R=18.35%
G=50%
B=31.65%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2979500.6300.370.69145.246.321.18
Hex1D4F323F02545912e15
Octal3511762770451052215625
Binary111011001111110010111111010010110001011001000110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,79,50); }

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

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

 a { background-color: rgb(29,79,50); }

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

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

 span { border-color: rgb(29,79,50); }

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