#1E4F2B

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

Shades of Kaitoke Green #1E4F2B

Tints of Kaitoke Green #1E4F2B

Color information

#1E4F2B (or 0x1E4F2B) is unknown color: approx Kaitoke Green. HEX triplet: 1E, 4F and 2B. RGB value is (30,79,43). Sum of RGB (Red+Green+Blue) = 30+79+43=152 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.74% from 152); Green value is 79 (31.25% from 255 or 51.97% from 152); Blue value is 43 (17.19% from 255 or 28.29% from 152); Max value from RGB is 79 - color contains mainly: green. Hex color #1E4F2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E4F2B is #E1B0D4. Grayscale: #3C3C3C. Windows color (decimal): -14790869 or 2838302. OLE color: 2838302.

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

Color convert

RGB307943-
CMYK0.6200.460.69
HSL135.92º44.95%21.37%-
HSV(B)135.92º62.03%30.98%-
XYZ3.776.043.25-
YUV60.24118.27106.43-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 19.74%
GREEN value IS 79 (31.25% from 255) = 51.97%
BLUE value IS 43 (17.19% from 255) = 28.29%
R=19.74%
G=51.97%
B=28.29%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3079430.6200.460.69135.9244.9521.37
Hex1E4F2B3E02E45882d15
Octal3611753760561052105525
Binary111101001111101011111110010111010001011000100010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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