#1D543C

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

Shades of County Green #1D543C

Tints of County Green #1D543C

Color information

#1D543C (or 0x1D543C) is unknown color: approx County Green. HEX triplet: 1D, 54 and 3C. RGB value is (29,84,60). Sum of RGB (Red+Green+Blue) = 29+84+60=173 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.76% from 173); Green value is 84 (33.20% from 255 or 48.55% from 173); Blue value is 60 (23.83% from 255 or 34.68% from 173); Max value from RGB is 84 - color contains mainly: green. Hex color #1D543C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D543C is #E2ABC3. Grayscale: #404040. Windows color (decimal): -14855108 or 3953693. OLE color: 3953693.

HSL color Cylindrical-coordinate representation of color #1D543C: hue angle of 153.82º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1D543C is Cyan = 0.65, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB298460-
CMYK0.6500.290.67
HSL153.82º48.67%22.16%-
HSV(B)153.82º65.48%32.94%-
XYZ4.496.935.38-
YUV64.82125.28102.45-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 16.76%
GREEN value IS 84 (33.20% from 255) = 48.55%
BLUE value IS 60 (23.83% from 255) = 34.68%
R=16.76%
G=48.55%
B=34.68%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2984600.6500.290.67153.8248.6722.16
Hex1D543C4101D439a3116
Octal35124741010351032326126
Binary111011010100111100100000101110110000111001101011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D543C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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