#1E5434

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

Shades of Kaitoke Green #1E5434

Tints of Kaitoke Green #1E5434

Color information

#1E5434 (or 0x1E5434) is unknown color: approx Kaitoke Green. HEX triplet: 1E, 54 and 34. RGB value is (30,84,52). Sum of RGB (Red+Green+Blue) = 30+84+52=166 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.07% from 166); Green value is 84 (33.20% from 255 or 50.60% from 166); Blue value is 52 (20.70% from 255 or 31.33% from 166); Max value from RGB is 84 - color contains mainly: green. Hex color #1E5434 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E5434 is #E1ABCB. Grayscale: #404040. Windows color (decimal): -14789580 or 3429406. OLE color: 3429406.

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

Color convert

RGB308452-
CMYK0.6400.380.67
HSL144.44º47.37%22.35%-
HSV(B)144.44º64.29%32.94%-
XYZ4.336.864.35-
YUV64.21121.11103.6-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 18.07%
GREEN value IS 84 (33.20% from 255) = 50.60%
BLUE value IS 52 (20.70% from 255) = 31.33%
R=18.07%
G=50.60%
B=31.33%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3084520.6400.380.67144.4447.3722.35
Hex1E54344002643902f16
Octal36124641000461032205726
Binary1111010101001101001000000010011010000111001000010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E5434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,84,52); }

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

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

 a { background-color: rgb(30,84,52); }

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

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

 span { border-color: rgb(30,84,52); }

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