#1E5537

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

Shades of Kaitoke Green #1E5537

Tints of Kaitoke Green #1E5537

Color information

#1E5537 (or 0x1E5537) is unknown color: approx Kaitoke Green. HEX triplet: 1E, 55 and 37. RGB value is (30,85,55). Sum of RGB (Red+Green+Blue) = 30+85+55=170 (22% of max value = 765). Red value is 30 (12.11% from 255 or 17.65% from 170); Green value is 85 (33.59% from 255 or 50% from 170); Blue value is 55 (21.88% from 255 or 32.35% from 170); Max value from RGB is 85 - color contains mainly: green. Hex color #1E5537 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E5537 is #E1AAC8. Grayscale: #414141. Windows color (decimal): -14789321 or 3626270. OLE color: 3626270.

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

Color convert

RGB308555-
CMYK0.6500.350.67
HSL147.27º47.83%22.55%-
HSV(B)147.27º64.71%33.33%-
XYZ4.477.054.74-
YUV65.13122.28102.94-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 17.65%
GREEN value IS 85 (33.59% from 255) = 50%
BLUE value IS 55 (21.88% from 255) = 32.35%
R=17.65%
G=50%
B=32.35%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3085550.6500.350.67147.2747.8322.55
Hex1E55374102343933017
Octal36125671010431032236027
Binary1111010101011101111000001010001110000111001001111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E5537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,85,55); }

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

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

 a { background-color: rgb(30,85,55); }

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

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

 span { border-color: rgb(30,85,55); }

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