#1D5033

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

Shades of Kaitoke Green #1D5033

Tints of Kaitoke Green #1D5033

Color information

#1D5033 (or 0x1D5033) is unknown color: approx Kaitoke Green. HEX triplet: 1D, 50 and 33. RGB value is (29,80,51). Sum of RGB (Red+Green+Blue) = 29+80+51=160 (21% of max value = 765). Red value is 29 (11.72% from 255 or 18.12% from 160); Green value is 80 (31.64% from 255 or 50% from 160); Blue value is 51 (20.31% from 255 or 31.88% from 160); Max value from RGB is 80 - color contains mainly: green. Hex color #1D5033 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5033 is #E2AFCC. Grayscale: #3D3D3D. Windows color (decimal): -14856141 or 3362845. OLE color: 3362845.

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

Color convert

RGB298051-
CMYK0.6400.360.69
HSL145.88º46.79%21.37%-
HSV(B)145.88º63.75%31.37%-
XYZ3.976.244.13-
YUV61.44122.1104.86-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.12%
GREEN value IS 80 (31.64% from 255) = 50%
BLUE value IS 51 (20.31% from 255) = 31.88%
R=18.12%
G=50%
B=31.88%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2980510.6400.360.69145.8846.7921.37
Hex1D50334002445922f15
Octal35120631000441052225725
Binary1110110100001100111000000010010010001011001001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D5033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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