#1E4F28

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

Shades of Kaitoke Green #1E4F28

Tints of Kaitoke Green #1E4F28

Color information

#1E4F28 (or 0x1E4F28) is unknown color: approx Kaitoke Green. HEX triplet: 1E, 4F and 28. RGB value is (30,79,40). Sum of RGB (Red+Green+Blue) = 30+79+40=149 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.13% from 149); Green value is 79 (31.25% from 255 or 53.02% from 149); Blue value is 40 (16.02% from 255 or 26.85% from 149); Max value from RGB is 79 - color contains mainly: green. Hex color #1E4F28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E4F28 is #E1B0D7. Grayscale: #3C3C3C. Windows color (decimal): -14790872 or 2641694. OLE color: 2641694.

HSL color Cylindrical-coordinate representation of color #1E4F28: hue angle of 132.24º 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 #1E4F28 is Cyan = 0.62, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.69.

Color convert

RGB307940-
CMYK0.6200.490.69
HSL132.24º44.95%21.37%-
HSV(B)132.24º62.03%30.98%-
XYZ3.716.022.97-
YUV59.9116.77106.67-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 20.13%
GREEN value IS 79 (31.25% from 255) = 53.02%
BLUE value IS 40 (16.02% from 255) = 26.85%
R=20.13%
G=53.02%
B=26.85%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3079400.6200.490.69132.2444.9521.37
Hex1E4F283E03145842d15
Octal3611750760611052045525
Binary111101001111101000111110011000110001011000010010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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