#1D532E

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

Shades of Kaitoke Green #1D532E

Tints of Kaitoke Green #1D532E

Color information

#1D532E (or 0x1D532E) is unknown color: approx Kaitoke Green. HEX triplet: 1D, 53 and 2E. RGB value is (29,83,46). Sum of RGB (Red+Green+Blue) = 29+83+46=158 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.35% from 158); Green value is 83 (32.81% from 255 or 52.53% from 158); Blue value is 46 (18.36% from 255 or 29.11% from 158); Max value from RGB is 83 - color contains mainly: green. Hex color #1D532E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D532E is #E2ACD1. Grayscale: #3E3E3E. Windows color (decimal): -14855378 or 3035933. OLE color: 3035933.

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

Color convert

RGB298346-
CMYK0.6500.450.67
HSL138.89º48.21%21.96%-
HSV(B)138.89º65.06%32.55%-
XYZ4.096.643.65-
YUV62.64118.61104.01-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.35%
GREEN value IS 83 (32.81% from 255) = 52.53%
BLUE value IS 46 (18.36% from 255) = 29.11%
R=18.35%
G=52.53%
B=29.11%

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
Decimal2983460.6500.450.67138.8948.2121.96
Hex1D532E4102D438b3016
Octal35123561010551032136026
Binary1110110100111011101000001010110110000111000101111000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D532E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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