Html Css Color HEX #1E552E Kaitoke Green

📋 copy color: '#1E552E'

red 30 ◦ green 85 ◦ blue 46

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

Shades of Kaitoke Green #1E552E

Tints of Kaitoke Green #1E552E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 52.8%

 BLUE value IS 46 (18.36% from 255) = 28.57%

R = 18.63%
G = 52.8%
B = 28.57%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.46

 K value IS 0.67

RGB Variations

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

Color information

#1E552E (or 0x1E552E) is known color: Kaitoke Green. HEX triplet: 1E, 55 and 2E. RGB value is (30,85,46). Sum of RGB (Red+Green+Blue) = 30+85+46=161 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.63% from 161); Green value is 85 (33.59% from 255 or 52.80% from 161); Blue value is 46 (18.36% from 255 or 28.57% from 161); Max value from RGB is 85 - color contains mainly: green. Hex color #1E552E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E552E is #E1AAD1. Grayscale: #404040. Windows color (decimal): -14789330 or 3036446. OLE color: 3036446.

HSL color Cylindrical-coordinate representation of color #1E552E: hue angle of 137.45º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1E552E is Cyan = 0.65, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB 30 85 46 -
CMYK 0.65 0 0.46 0.67
HSL 137.45º 0.48% 0.23% -
HSV(B) 137.45º 0.65% 0.33% -
XYZ 4.28 6.97 3.7 -
YUV 64.11 117.78 103.67 -
System Red Green Blue C M Y K H S L
Decimal 30 85 46 0.65 0 0.46 0.67 137.45 0.48 0.23
Hex 1E 55 2E 41 0 2E 43 89 30 17
Octal 36 125 56 101 0 56 103 211 60 27
Binary 11110 1010101 101110 1000001 0 101110 1000011 10001001 110000 10111

Color Harmonies of #1E552E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E552E

Black with #1E552E

Text Example


Text Example

White with #1E552E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,85,46); }

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

background-color css

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

 a { background-color: rgb(30,85,46); }

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

border-color css

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

 span { border-color: rgb(30,85,46); }

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