Html Css Color HEX #1E4A36 County Green

📋 copy color: '#1E4A36'

red 30 ◦ green 74 ◦ blue 54

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

Shades of County Green #1E4A36

Tints of County Green #1E4A36

RGB

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

 GREEN value IS 74 (29.3% from 255) = 46.84%

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

R = 18.99%
G = 46.84%
B = 34.18%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.27

 K value IS 0.71

RGB Variations

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

Color information

#1E4A36 (or 0x1E4A36) is known color: County Green. HEX triplet: 1E, 4A and 36. RGB value is (30,74,54). Sum of RGB (Red+Green+Blue) = 30+74+54=158 (20% of max value = 765). Red value is 30 (12.11% from 255 or 18.99% from 158); Green value is 74 (29.30% from 255 or 46.84% from 158); Blue value is 54 (21.48% from 255 or 34.18% from 158); Max value from RGB is 74 - color contains mainly: green. Hex color #1E4A36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E4A36 is #E1B5C9. Grayscale: #3A3A3A. Windows color (decimal): -14792138 or 3557918. OLE color: 3557918.

HSL color Cylindrical-coordinate representation of color #1E4A36: hue angle of 152.73º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1E4A36 is Cyan = 0.59, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.71.

Color convert

RGB 30 74 54 -
CMYK 0.59 0 0.27 0.71
HSL 152.73º 0.42% 0.2% -
HSV(B) 152.73º 0.59% 0.29% -
XYZ 3.65 5.44 4.35 -
YUV 58.56 125.42 107.63 -
System Red Green Blue C M Y K H S L
Decimal 30 74 54 0.59 0 0.27 0.71 152.73 0.42 0.2
Hex 1E 4A 36 3B 0 1B 47 99 2A 14
Octal 36 112 66 73 0 33 107 231 52 24
Binary 11110 1001010 110110 111011 0 11011 1000111 10011001 101010 10100

Color Harmonies of #1E4A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E4A36

Black with #1E4A36

Text Example


Text Example

White with #1E4A36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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