Html Css Color HEX #1E4732 County Green

📋 copy color: '#1E4732'

red 30 ◦ green 71 ◦ blue 50

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

Shades of County Green #1E4732

Tints of County Green #1E4732

RGB

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

 GREEN value IS 71 (28.13% from 255) = 47.02%

 BLUE value IS 50 (19.92% from 255) = 33.11%

R = 19.87%
G = 47.02%
B = 33.11%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.30

 K value IS 0.72

RGB Variations

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

Color information

#1E4732 (or 0x1E4732) is known color: County Green. HEX triplet: 1E, 47 and 32. RGB value is (30,71,50). Sum of RGB (Red+Green+Blue) = 30+71+50=151 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.87% from 151); Green value is 71 (28.12% from 255 or 47.02% from 151); Blue value is 50 (19.92% from 255 or 33.11% from 151); Max value from RGB is 71 - color contains mainly: green. Hex color #1E4732 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E4732 is #E1B8CD. Grayscale: #383838. Windows color (decimal): -14792910 or 3295006. OLE color: 3295006.

HSL color Cylindrical-coordinate representation of color #1E4732: hue angle of 149.27º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1E4732 is Cyan = 0.58, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.72.

Color convert

RGB 30 71 50 -
CMYK 0.58 0 0.30 0.72
HSL 149.27º 0.41% 0.2% -
HSV(B) 149.27º 0.58% 0.28% -
XYZ 3.36 5.01 3.81 -
YUV 56.35 124.42 109.21 -
System Red Green Blue C M Y K H S L
Decimal 30 71 50 0.58 0 0.30 0.72 149.27 0.41 0.2
Hex 1E 47 32 3A 0 1E 48 95 29 14
Octal 36 107 62 72 0 36 110 225 51 24
Binary 11110 1000111 110010 111010 0 11110 1001000 10010101 101001 10100

Color Harmonies of #1E4732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E4732

Black with #1E4732

Text Example


Text Example

White with #1E4732

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,71,50); }

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

background-color css

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

 a { background-color: rgb(30,71,50); }

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

border-color css

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

 span { border-color: rgb(30,71,50); }

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