#1D573D

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

Shades of County Green #1D573D

Tints of County Green #1D573D

Color information

#1D573D (or 0x1D573D) is unknown color: approx County Green. HEX triplet: 1D, 57 and 3D. RGB value is (29,87,61). Sum of RGB (Red+Green+Blue) = 29+87+61=177 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.38% from 177); Green value is 87 (34.38% from 255 or 49.15% from 177); Blue value is 61 (24.22% from 255 or 34.46% from 177); Max value from RGB is 87 - color contains mainly: green. Hex color #1D573D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D573D is #E2A8C2. Grayscale: #424242. Windows color (decimal): -14854339 or 4019997. OLE color: 4019997.

HSL color Cylindrical-coordinate representation of color #1D573D: hue angle of 153.1º 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 #1D573D is Cyan = 0.67, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.66.

Color convert

RGB298761-
CMYK0.6700.300.66
HSL153.1º50%22.75%-
HSV(B)153.1º66.67%34.12%-
XYZ4.767.415.6-
YUV66.69124.78101.11-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 16.38%
GREEN value IS 87 (34.38% from 255) = 49.15%
BLUE value IS 61 (24.22% from 255) = 34.46%
R=16.38%
G=49.15%
B=34.46%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2987610.6700.300.66153.15022.75
Hex1D573D4301E42993217
Octal35127751030361022316227
Binary111011010111111101100001101111010000101001100111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D573D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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