#1E4F33

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

Shades of Kaitoke Green #1E4F33

Tints of Kaitoke Green #1E4F33

Color information

#1E4F33 (or 0x1E4F33) is unknown color: approx Kaitoke Green. HEX triplet: 1E, 4F and 33. RGB value is (30,79,51). Sum of RGB (Red+Green+Blue) = 30+79+51=160 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.75% from 160); Green value is 79 (31.25% from 255 or 49.38% from 160); Blue value is 51 (20.31% from 255 or 31.88% from 160); Max value from RGB is 79 - color contains mainly: green. Hex color #1E4F33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E4F33 is #E1B0CC. Grayscale: #3D3D3D. Windows color (decimal): -14790861 or 3362590. OLE color: 3362590.

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

Color convert

RGB307951-
CMYK0.6200.350.69
HSL145.71º44.95%21.37%-
HSV(B)145.71º62.03%30.98%-
XYZ3.936.114.1-
YUV61.16122.27105.78-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 18.75%
GREEN value IS 79 (31.25% from 255) = 49.38%
BLUE value IS 51 (20.31% from 255) = 31.88%
R=18.75%
G=49.38%
B=31.88%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3079510.6200.350.69145.7144.9521.37
Hex1E4F333E02345922d15
Octal3611763760431052225525
Binary111101001111110011111110010001110001011001001010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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