#1D4F33

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

Shades of Kaitoke Green #1D4F33

Tints of Kaitoke Green #1D4F33

Color information

#1D4F33 (or 0x1D4F33) is unknown color: approx Kaitoke Green. HEX triplet: 1D, 4F and 33. RGB value is (29,79,51). Sum of RGB (Red+Green+Blue) = 29+79+51=159 (21% of max value = 765). Red value is 29 (11.72% from 255 or 18.24% from 159); Green value is 79 (31.25% from 255 or 49.69% from 159); Blue value is 51 (20.31% from 255 or 32.08% from 159); Max value from RGB is 79 - color contains mainly: green. Hex color #1D4F33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D4F33 is #E2B0CC. Grayscale: #3C3C3C. Windows color (decimal): -14856397 or 3362589. OLE color: 3362589.

HSL color Cylindrical-coordinate representation of color #1D4F33: hue angle of 146.4º 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 #1D4F33 is Cyan = 0.63, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.69.

Color convert

RGB297951-
CMYK0.6300.350.69
HSL146.4º46.3%21.18%-
HSV(B)146.4º63.29%30.98%-
XYZ3.96.094.1-
YUV60.86122.44105.28-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.24%
GREEN value IS 79 (31.25% from 255) = 49.69%
BLUE value IS 51 (20.31% from 255) = 32.08%
R=18.24%
G=49.69%
B=32.08%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2979510.6300.350.69146.446.321.18
Hex1D4F333F02345922e15
Octal3511763770431052225625
Binary111011001111110011111111010001110001011001001010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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