#1D553E

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

Shades of County Green #1D553E

Tints of County Green #1D553E

Color information

#1D553E (or 0x1D553E) is unknown color: approx County Green. HEX triplet: 1D, 55 and 3E. RGB value is (29,85,62). Sum of RGB (Red+Green+Blue) = 29+85+62=176 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.48% from 176); Green value is 85 (33.59% from 255 or 48.30% from 176); Blue value is 62 (24.61% from 255 or 35.23% from 176); Max value from RGB is 85 - color contains mainly: green. Hex color #1D553E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D553E is #E2AAC1. Grayscale: #414141. Windows color (decimal): -14854850 or 4085021. OLE color: 4085021.

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

Color convert

RGB298562-
CMYK0.6600.270.67
HSL155.36º49.12%22.35%-
HSV(B)155.36º65.88%33.33%-
XYZ4.627.115.69-
YUV65.63125.95101.87-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 16.48%
GREEN value IS 85 (33.59% from 255) = 48.30%
BLUE value IS 62 (24.61% from 255) = 35.23%
R=16.48%
G=48.30%
B=35.23%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2985620.6600.270.67155.3649.1222.35
Hex1D553E4201B439b3116
Octal35125761020331032336126
Binary111011010101111110100001001101110000111001101111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D553E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,85,62); }

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

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

 a { background-color: rgb(29,85,62); }

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

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

 span { border-color: rgb(29,85,62); }

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