Html Css Color HEX #1D503C County Green

📋 copy color: '#1D503C'

red 29 ◦ green 80 ◦ blue 60

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

Shades of County Green #1D503C

Tints of County Green #1D503C

RGB

 RED value IS 29 (11.72% from 255) = 17.16%

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

 BLUE value IS 60 (23.83% from 255) = 35.5%

R = 17.16%
G = 47.34%
B = 35.5%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.25

 K value IS 0.69

RGB Variations

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

Color information

#1D503C (or 0x1D503C) is known color: County Green. HEX triplet: 1D, 50 and 3C. RGB value is (29,80,60). Sum of RGB (Red+Green+Blue) = 29+80+60=169 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.16% from 169); Green value is 80 (31.64% from 255 or 47.34% from 169); Blue value is 60 (23.83% from 255 or 35.50% from 169); Max value from RGB is 80 - color contains mainly: green. Hex color #1D503C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D503C is #E2AFC3. Grayscale: #3E3E3E. Windows color (decimal): -14856132 or 3952669. OLE color: 3952669.

HSL color Cylindrical-coordinate representation of color #1D503C: hue angle of 156.47º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1D503C is Cyan = 0.64, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.69.

Color convert

RGB 29 80 60 -
CMYK 0.64 0 0.25 0.69
HSL 156.47º 0.47% 0.21% -
HSV(B) 156.47º 0.64% 0.31% -
XYZ 4.19 6.32 5.27 -
YUV 62.47 126.6 104.13 -
System Red Green Blue C M Y K H S L
Decimal 29 80 60 0.64 0 0.25 0.69 156.47 0.47 0.21
Hex 1D 50 3C 40 0 19 45 9C 2F 15
Octal 35 120 74 100 0 31 105 234 57 25
Binary 11101 1010000 111100 1000000 0 11001 1000101 10011100 101111 10101

Color Harmonies of #1D503C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D503C

Black with #1D503C

Text Example


Text Example

White with #1D503C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,80,60); }

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

background-color css

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

 a { background-color: rgb(29,80,60); }

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

border-color css

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

 span { border-color: rgb(29,80,60); }

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