#1D553F

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

Shades of County Green #1D553F

Tints of County Green #1D553F

Color information

#1D553F (or 0x1D553F) is unknown color: approx County Green. HEX triplet: 1D, 55 and 3F. RGB value is (29,85,63). Sum of RGB (Red+Green+Blue) = 29+85+63=177 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.38% from 177); Green value is 85 (33.59% from 255 or 48.02% from 177); Blue value is 63 (25% from 255 or 35.59% from 177); Max value from RGB is 85 - color contains mainly: green. Hex color #1D553F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D553F is #E2AAC0. Grayscale: #414141. Windows color (decimal): -14854849 or 4150557. OLE color: 4150557.

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

Color convert

RGB298563-
CMYK0.6600.260.67
HSL156.43º49.12%22.35%-
HSV(B)156.43º65.88%33.33%-
XYZ4.657.125.83-
YUV65.75126.45101.79-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 16.38%
GREEN value IS 85 (33.59% from 255) = 48.02%
BLUE value IS 63 (25% from 255) = 35.59%
R=16.38%
G=48.02%
B=35.59%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2985630.6600.260.67156.4349.1222.35
Hex1D553F4201A439c3116
Octal35125771020321032346126
Binary111011010101111111100001001101010000111001110011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D553F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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