#1D553A

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

Shades of County Green #1D553A

Tints of County Green #1D553A

Color information

#1D553A (or 0x1D553A) is unknown color: approx County Green. HEX triplet: 1D, 55 and 3A. RGB value is (29,85,58). Sum of RGB (Red+Green+Blue) = 29+85+58=172 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.86% from 172); Green value is 85 (33.59% from 255 or 49.42% from 172); Blue value is 58 (23.05% from 255 or 33.72% from 172); Max value from RGB is 85 - color contains mainly: green. Hex color #1D553A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D553A is #E2AAC5. Grayscale: #414141. Windows color (decimal): -14854854 or 3822877. OLE color: 3822877.

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

Color convert

RGB298558-
CMYK0.6600.320.67
HSL151.07º49.12%22.35%-
HSV(B)151.07º65.88%33.33%-
XYZ4.527.065.13-
YUV65.18123.95102.2-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 16.86%
GREEN value IS 85 (33.59% from 255) = 49.42%
BLUE value IS 58 (23.05% from 255) = 33.72%
R=16.86%
G=49.42%
B=33.72%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2985580.6600.320.67151.0749.1222.35
Hex1D553A4202043973116
Octal35125721020401032276126
Binary1110110101011110101000010010000010000111001011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D553A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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