#1D542E

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

Shades of Kaitoke Green #1D542E

Tints of Kaitoke Green #1D542E

Color information

#1D542E (or 0x1D542E) is unknown color: approx Kaitoke Green. HEX triplet: 1D, 54 and 2E. RGB value is (29,84,46). Sum of RGB (Red+Green+Blue) = 29+84+46=159 (21% of max value = 765). Red value is 29 (11.72% from 255 or 18.24% from 159); Green value is 84 (33.20% from 255 or 52.83% from 159); Blue value is 46 (18.36% from 255 or 28.93% from 159); Max value from RGB is 84 - color contains mainly: green. Hex color #1D542E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D542E is #E2ABD1. Grayscale: #3F3F3F. Windows color (decimal): -14855122 or 3036189. OLE color: 3036189.

HSL color Cylindrical-coordinate representation of color #1D542E: hue angle of 138.55º degrees, saturation: 0.49, 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 #1D542E is Cyan = 0.65, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB298446-
CMYK0.6500.450.67
HSL138.55º48.67%22.16%-
HSV(B)138.55º65.48%32.94%-
XYZ4.176.83.68-
YUV63.22118.28103.59-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.24%
GREEN value IS 84 (33.20% from 255) = 52.83%
BLUE value IS 46 (18.36% from 255) = 28.93%
R=18.24%
G=52.83%
B=28.93%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2984460.6500.450.67138.5548.6722.16
Hex1D542E4102D438b3116
Octal35124561010551032136126
Binary1110110101001011101000001010110110000111000101111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D542E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,84,46); }

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

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

 a { background-color: rgb(29,84,46); }

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

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

 span { border-color: rgb(29,84,46); }

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