#1D532C

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

Shades of Kaitoke Green #1D532C

Tints of Kaitoke Green #1D532C

Color information

#1D532C (or 0x1D532C) is unknown color: approx Kaitoke Green. HEX triplet: 1D, 53 and 2C. RGB value is (29,83,44). Sum of RGB (Red+Green+Blue) = 29+83+44=156 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.59% from 156); Green value is 83 (32.81% from 255 or 53.21% from 156); Blue value is 44 (17.58% from 255 or 28.21% from 156); Max value from RGB is 83 - color contains mainly: green. Hex color #1D532C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D532C is #E2ACD3. Grayscale: #3E3E3E. Windows color (decimal): -14855380 or 2904861. OLE color: 2904861.

HSL color Cylindrical-coordinate representation of color #1D532C: hue angle of 136.67º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1D532C is Cyan = 0.65, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.67.

Color convert

RGB298344-
CMYK0.6500.470.67
HSL136.67º48.21%21.96%-
HSV(B)136.67º65.06%32.55%-
XYZ4.056.633.45-
YUV62.41117.61104.17-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.59%
GREEN value IS 83 (32.81% from 255) = 53.21%
BLUE value IS 44 (17.58% from 255) = 28.21%
R=18.59%
G=53.21%
B=28.21%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2983440.6500.470.67136.6748.2121.96
Hex1D532C4102F43893016
Octal35123541010571032116026
Binary1110110100111011001000001010111110000111000100111000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D532C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,83,44); }

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

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

 a { background-color: rgb(29,83,44); }

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

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

 span { border-color: rgb(29,83,44); }

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