Html Css Color HEX #1E503B County Green

📋 copy color: '#1E503B'

red 30 ◦ green 80 ◦ blue 59

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

Shades of County Green #1E503B

Tints of County Green #1E503B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 47.34%

 BLUE value IS 59 (23.44% from 255) = 34.91%

R = 17.75%
G = 47.34%
B = 34.91%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.26

 K value IS 0.69

RGB Variations

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

Color information

#1E503B (or 0x1E503B) is known color: County Green. HEX triplet: 1E, 50 and 3B. RGB value is (30,80,59). Sum of RGB (Red+Green+Blue) = 30+80+59=169 (22% of max value = 765). Red value is 30 (12.11% from 255 or 17.75% from 169); Green value is 80 (31.64% from 255 or 47.34% from 169); Blue value is 59 (23.44% from 255 or 34.91% from 169); Max value from RGB is 80 - color contains mainly: green. Hex color #1E503B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E503B is #E1AFC4. Grayscale: #3E3E3E. Windows color (decimal): -14790597 or 3887134. OLE color: 3887134.

HSL color Cylindrical-coordinate representation of color #1E503B: hue angle of 154.8º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1E503B is Cyan = 0.62, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.69.

Color convert

RGB 30 80 59 -
CMYK 0.62 0 0.26 0.69
HSL 154.8º 0.45% 0.22% -
HSV(B) 154.8º 0.63% 0.31% -
XYZ 4.19 6.33 5.14 -
YUV 62.66 125.94 104.71 -
System Red Green Blue C M Y K H S L
Decimal 30 80 59 0.62 0 0.26 0.69 154.8 0.45 0.22
Hex 1E 50 3B 3E 0 1A 45 9B 2D 16
Octal 36 120 73 76 0 32 105 233 55 26
Binary 11110 1010000 111011 111110 0 11010 1000101 10011011 101101 10110

Color Harmonies of #1E503B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E503B

Black with #1E503B

Text Example


Text Example

White with #1E503B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,80,59); }

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

background-color css

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

 a { background-color: rgb(30,80,59); }

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

border-color css

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

 span { border-color: rgb(30,80,59); }

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