#1D543B

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

Shades of County Green #1D543B

Tints of County Green #1D543B

Color information

#1D543B (or 0x1D543B) is unknown color: approx County Green. HEX triplet: 1D, 54 and 3B. RGB value is (29,84,59). Sum of RGB (Red+Green+Blue) = 29+84+59=172 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.86% from 172); Green value is 84 (33.20% from 255 or 48.84% from 172); Blue value is 59 (23.44% from 255 or 34.30% from 172); Max value from RGB is 84 - color contains mainly: green. Hex color #1D543B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D543B is #E2ABC4. Grayscale: #404040. Windows color (decimal): -14855109 or 3888157. OLE color: 3888157.

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

Color convert

RGB298459-
CMYK0.6500.300.67
HSL152.73º48.67%22.16%-
HSV(B)152.73º65.48%32.94%-
XYZ4.476.925.24-
YUV64.7124.78102.53-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 16.86%
GREEN value IS 84 (33.20% from 255) = 48.84%
BLUE value IS 59 (23.44% from 255) = 34.30%
R=16.86%
G=48.84%
B=34.30%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2984590.6500.300.67152.7348.6722.16
Hex1D543B4101E43993116
Octal35124731010361032316126
Binary111011010100111011100000101111010000111001100111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D543B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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