#1E4E26

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

Shades of Kaitoke Green #1E4E26

Tints of Kaitoke Green #1E4E26

Color information

#1E4E26 (or 0x1E4E26) is unknown color: approx Kaitoke Green. HEX triplet: 1E, 4E and 26. RGB value is (30,78,38). Sum of RGB (Red+Green+Blue) = 30+78+38=146 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.55% from 146); Green value is 78 (30.86% from 255 or 53.42% from 146); Blue value is 38 (15.23% from 255 or 26.03% from 146); Max value from RGB is 78 - color contains mainly: green. Hex color #1E4E26 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E4E26 is #E1B1D9. Grayscale: #3B3B3B. Windows color (decimal): -14791130 or 2510366. OLE color: 2510366.

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

Color convert

RGB307838-
CMYK0.6200.510.69
HSL130º44.44%21.18%-
HSV(B)130º61.54%30.59%-
XYZ3.615.862.78-
YUV59.09116.1107.25-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 20.55%
GREEN value IS 78 (30.86% from 255) = 53.42%
BLUE value IS 38 (15.23% from 255) = 26.03%
R=20.55%
G=53.42%
B=26.03%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3078380.6200.510.6913044.4421.18
Hex1E4E263E03345822c15
Octal3611646760631052025425
Binary111101001110100110111110011001110001011000001010110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,78,38); }

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

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

 a { background-color: rgb(30,78,38); }

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

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

 span { border-color: rgb(30,78,38); }

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