#1D543D

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

Shades of County Green #1D543D

Tints of County Green #1D543D

Color information

#1D543D (or 0x1D543D) is unknown color: approx County Green. HEX triplet: 1D, 54 and 3D. RGB value is (29,84,61). Sum of RGB (Red+Green+Blue) = 29+84+61=174 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.67% from 174); Green value is 84 (33.20% from 255 or 48.28% from 174); Blue value is 61 (24.22% from 255 or 35.06% from 174); Max value from RGB is 84 - color contains mainly: green. Hex color #1D543D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D543D is #E2ABC2. Grayscale: #404040. Windows color (decimal): -14855107 or 4019229. OLE color: 4019229.

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

Color convert

RGB298461-
CMYK0.6500.270.67
HSL154.91º48.67%22.16%-
HSV(B)154.91º65.48%32.94%-
XYZ4.526.945.52-
YUV64.93125.78102.37-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 16.67%
GREEN value IS 84 (33.20% from 255) = 48.28%
BLUE value IS 61 (24.22% from 255) = 35.06%
R=16.67%
G=48.28%
B=35.06%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2984610.6500.270.67154.9148.6722.16
Hex1D543D4101B439b3116
Octal35124751010331032336126
Binary111011010100111101100000101101110000111001101111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D543D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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