#1D5837

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

Shades of Kaitoke Green #1D5837

Tints of Kaitoke Green #1D5837

Color information

#1D5837 (or 0x1D5837) is unknown color: approx Kaitoke Green. HEX triplet: 1D, 58 and 37. RGB value is (29,88,55). Sum of RGB (Red+Green+Blue) = 29+88+55=172 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.86% from 172); Green value is 88 (34.77% from 255 or 51.16% from 172); Blue value is 55 (21.88% from 255 or 31.98% from 172); Max value from RGB is 88 - color contains mainly: green. Hex color #1D5837 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5837 is #E2A7C8. Grayscale: #424242. Windows color (decimal): -14854089 or 3627037. OLE color: 3627037.

HSL color Cylindrical-coordinate representation of color #1D5837: hue angle of 146.44º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1D5837 is Cyan = 0.67, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.65.

Color convert

RGB298855-
CMYK0.6700.380.65
HSL146.44º50.43%22.94%-
HSV(B)146.44º67.05%34.51%-
XYZ4.697.524.82-
YUV66.6121.45101.18-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 16.86%
GREEN value IS 88 (34.77% from 255) = 51.16%
BLUE value IS 55 (21.88% from 255) = 31.98%
R=16.86%
G=51.16%
B=31.98%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2988550.6700.380.65146.4450.4322.94
Hex1D58374302641923217
Octal35130671030461012226227
Binary1110110110001101111000011010011010000011001001011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D5837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,88,55); }

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

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

 a { background-color: rgb(29,88,55); }

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

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

 span { border-color: rgb(29,88,55); }

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