#1E4F2A

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

Shades of Kaitoke Green #1E4F2A

Tints of Kaitoke Green #1E4F2A

Color information

#1E4F2A (or 0x1E4F2A) is unknown color: approx Kaitoke Green. HEX triplet: 1E, 4F and 2A. RGB value is (30,79,42). Sum of RGB (Red+Green+Blue) = 30+79+42=151 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.87% from 151); Green value is 79 (31.25% from 255 or 52.32% from 151); Blue value is 42 (16.80% from 255 or 27.81% from 151); Max value from RGB is 79 - color contains mainly: green. Hex color #1E4F2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E4F2A is #E1B0D5. Grayscale: #3C3C3C. Windows color (decimal): -14790870 or 2772766. OLE color: 2772766.

HSL color Cylindrical-coordinate representation of color #1E4F2A: hue angle of 134.69º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1E4F2A is Cyan = 0.62, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.69.

Color convert

RGB307942-
CMYK0.6200.470.69
HSL134.69º44.95%21.37%-
HSV(B)134.69º62.03%30.98%-
XYZ3.756.043.16-
YUV60.13117.77106.51-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 19.87%
GREEN value IS 79 (31.25% from 255) = 52.32%
BLUE value IS 42 (16.80% from 255) = 27.81%
R=19.87%
G=52.32%
B=27.81%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3079420.6200.470.69134.6944.9521.37
Hex1E4F2A3E02F45872d15
Octal3611752760571052075525
Binary111101001111101010111110010111110001011000011110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,79,42); }

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

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

 a { background-color: rgb(30,79,42); }

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

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

 span { border-color: rgb(30,79,42); }

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