Html Css Color HEX #1E4835 County Green

📋 copy color: '#1E4835'

red 30 ◦ green 72 ◦ blue 53

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

Shades of County Green #1E4835

Tints of County Green #1E4835

RGB

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

 GREEN value IS 72 (28.52% from 255) = 46.45%

 BLUE value IS 53 (21.09% from 255) = 34.19%

R = 19.35%
G = 46.45%
B = 34.19%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.26

 K value IS 0.72

RGB Variations

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

Color information

#1E4835 (or 0x1E4835) is known color: County Green. HEX triplet: 1E, 48 and 35. RGB value is (30,72,53). Sum of RGB (Red+Green+Blue) = 30+72+53=155 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.35% from 155); Green value is 72 (28.52% from 255 or 46.45% from 155); Blue value is 53 (21.09% from 255 or 34.19% from 155); Max value from RGB is 72 - color contains mainly: green. Hex color #1E4835 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E4835 is #E1B7CA. Grayscale: #393939. Windows color (decimal): -14792651 or 3491870. OLE color: 3491870.

HSL color Cylindrical-coordinate representation of color #1E4835: hue angle of 152.86º 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 #1E4835 is Cyan = 0.58, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.72.

Color convert

RGB 30 72 53 -
CMYK 0.58 0 0.26 0.72
HSL 152.86º 0.41% 0.2% -
HSV(B) 152.86º 0.58% 0.28% -
XYZ 3.5 5.17 4.18 -
YUV 57.28 125.59 108.54 -
System Red Green Blue C M Y K H S L
Decimal 30 72 53 0.58 0 0.26 0.72 152.86 0.41 0.2
Hex 1E 48 35 3A 0 1A 48 99 29 14
Octal 36 110 65 72 0 32 110 231 51 24
Binary 11110 1001000 110101 111010 0 11010 1001000 10011001 101001 10100

Color Harmonies of #1E4835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E4835

Black with #1E4835

Text Example


Text Example

White with #1E4835

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,72,53); }

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

background-color css

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

 a { background-color: rgb(30,72,53); }

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

border-color css

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

 span { border-color: rgb(30,72,53); }

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