Html Css Color HEX #1E5A36 Kaitoke Green

📋 copy color: '#1E5A36'

red 30 ◦ green 90 ◦ blue 54

#1E5A36
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kaitoke Green #1E5A36

Tints of Kaitoke Green #1E5A36

RGB

 RED value IS 30 (12.11% from 255) = 17.24%

 GREEN value IS 90 (35.55% from 255) = 51.72%

 BLUE value IS 54 (21.48% from 255) = 31.03%

R = 17.24%
G = 51.72%
B = 31.03%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.40

 K value IS 0.65

RGB Variations

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

Color information

#1E5A36 (or 0x1E5A36) is known color: Kaitoke Green. HEX triplet: 1E, 5A and 36. RGB value is (30,90,54). Sum of RGB (Red+Green+Blue) = 30+90+54=174 (23% of max value = 765). Red value is 30 (12.11% from 255 or 17.24% from 174); Green value is 90 (35.55% from 255 or 51.72% from 174); Blue value is 54 (21.48% from 255 or 31.03% from 174); Max value from RGB is 90 - color contains mainly: green. Hex color #1E5A36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E5A36 is #E1A5C9. Grayscale: #444444. Windows color (decimal): -14788042 or 3562014. OLE color: 3562014.

HSL color Cylindrical-coordinate representation of color #1E5A36: hue angle of 144º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1E5A36 is Cyan = 0.67, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.65.

Color convert

RGB 30 90 54 -
CMYK 0.67 0 0.40 0.65
HSL 144º 0.5% 0.24% -
HSV(B) 144º 0.67% 0.35% -
XYZ 4.86 7.85 4.75 -
YUV 67.96 120.12 100.93 -
System Red Green Blue C M Y K H S L
Decimal 30 90 54 0.67 0 0.40 0.65 144 0.5 0.24
Hex 1E 5A 36 43 0 28 41 90 32 18
Octal 36 132 66 103 0 50 101 220 62 30
Binary 11110 1011010 110110 1000011 0 101000 1000001 10010000 110010 11000

Color Harmonies of #1E5A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E5A36

Black with #1E5A36

Text Example


Text Example

White with #1E5A36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,90,54); }

 H1.HeaderClassName
 {
   color: #1E5A36;
 }
 .AnyTagClassName
 {
   color: #1E5A36;
 }
</style>

background-color css

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

 a { background-color: rgb(30,90,54); }

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

border-color css

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

 span { border-color: rgb(30,90,54); }

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