#1D573C

Color #1D573C County Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of County Green #1D573C

Tints of County Green #1D573C

Color information

#1D573C (or 0x1D573C) is unknown color: approx County Green. HEX triplet: 1D, 57 and 3C. RGB value is (29,87,60). Sum of RGB (Red+Green+Blue) = 29+87+60=176 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.48% from 176); Green value is 87 (34.38% from 255 or 49.43% from 176); Blue value is 60 (23.83% from 255 or 34.09% from 176); Max value from RGB is 87 - color contains mainly: green. Hex color #1D573C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D573C is #E2A8C3. Grayscale: #424242. Windows color (decimal): -14854340 or 3954461. OLE color: 3954461.

HSL color Cylindrical-coordinate representation of color #1D573C: hue angle of 152.07º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1D573C is Cyan = 0.67, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.66.

Color convert

RGB298760-
CMYK0.6700.310.66
HSL152.07º50%22.75%-
HSV(B)152.07º66.67%34.12%-
XYZ4.737.45.45-
YUV66.58124.28101.2-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 16.48%
GREEN value IS 87 (34.38% from 255) = 49.43%
BLUE value IS 60 (23.83% from 255) = 34.09%
R=16.48%
G=49.43%
B=34.09%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2987600.6700.310.66152.075022.75
Hex1D573C4301F42983217
Octal35127741030371022306227
Binary111011010111111100100001101111110000101001100011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D573C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1D573C;
 }
 .AnyTagClassName
 {
   color: #1D573C;
 }
</style>
background-color css

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

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

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

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

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

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