Html Css Color HEX #1E5A38 Kaitoke Green

📋 copy color: '#1E5A38'

red 30 ◦ green 90 ◦ blue 56

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

Shades of Kaitoke Green #1E5A38

Tints of Kaitoke Green #1E5A38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 31.82%

R = 17.05%
G = 51.14%
B = 31.82%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.38

 K value IS 0.65

RGB Variations

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

Color information

#1E5A38 (or 0x1E5A38) is known color: Kaitoke Green. HEX triplet: 1E, 5A and 38. RGB value is (30,90,56). Sum of RGB (Red+Green+Blue) = 30+90+56=176 (23% of max value = 765). Red value is 30 (12.11% from 255 or 17.05% from 176); Green value is 90 (35.55% from 255 or 51.14% from 176); Blue value is 56 (22.27% from 255 or 31.82% from 176); Max value from RGB is 90 - color contains mainly: green. Hex color #1E5A38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E5A38 is #E1A5C7. Grayscale: #444444. Windows color (decimal): -14788040 or 3693086. OLE color: 3693086.

HSL color Cylindrical-coordinate representation of color #1E5A38: hue angle of 146º 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 #1E5A38 is Cyan = 0.67, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.65.

Color convert

RGB 30 90 56 -
CMYK 0.67 0 0.38 0.65
HSL 146º 0.5% 0.24% -
HSV(B) 146º 0.67% 0.35% -
XYZ 4.91 7.87 5 -
YUV 68.18 121.12 100.76 -
System Red Green Blue C M Y K H S L
Decimal 30 90 56 0.67 0 0.38 0.65 146 0.5 0.24
Hex 1E 5A 38 43 0 26 41 92 32 18
Octal 36 132 70 103 0 46 101 222 62 30
Binary 11110 1011010 111000 1000011 0 100110 1000001 10010010 110010 11000

Color Harmonies of #1E5A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E5A38

Black with #1E5A38

Text Example


Text Example

White with #1E5A38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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