#1D543A

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

Shades of County Green #1D543A

Tints of County Green #1D543A

Color information

#1D543A (or 0x1D543A) is unknown color: approx County Green. HEX triplet: 1D, 54 and 3A. RGB value is (29,84,58). Sum of RGB (Red+Green+Blue) = 29+84+58=171 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.96% from 171); Green value is 84 (33.20% from 255 or 49.12% from 171); Blue value is 58 (23.05% from 255 or 33.92% from 171); Max value from RGB is 84 - color contains mainly: green. Hex color #1D543A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D543A is #E2ABC5. Grayscale: #404040. Windows color (decimal): -14855110 or 3822621. OLE color: 3822621.

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

Color convert

RGB298458-
CMYK0.6500.310.67
HSL151.64º48.67%22.16%-
HSV(B)151.64º65.48%32.94%-
XYZ4.446.915.1-
YUV64.59124.28102.61-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 16.96%
GREEN value IS 84 (33.20% from 255) = 49.12%
BLUE value IS 58 (23.05% from 255) = 33.92%
R=16.96%
G=49.12%
B=33.92%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2984580.6500.310.67151.6448.6722.16
Hex1D543A4101F43983116
Octal35124721010371032306126
Binary111011010100111010100000101111110000111001100011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D543A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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