#1D5135

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

Shades of County Green #1D5135

Tints of County Green #1D5135

Color information

#1D5135 (or 0x1D5135) is unknown color: approx County Green. HEX triplet: 1D, 51 and 35. RGB value is (29,81,53). Sum of RGB (Red+Green+Blue) = 29+81+53=163 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.79% from 163); Green value is 81 (32.03% from 255 or 49.69% from 163); Blue value is 53 (21.09% from 255 or 32.52% from 163); Max value from RGB is 81 - color contains mainly: green. Hex color #1D5135 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5135 is #E2AECA. Grayscale: #3E3E3E. Windows color (decimal): -14855883 or 3494173. OLE color: 3494173.

HSL color Cylindrical-coordinate representation of color #1D5135: hue angle of 147.69º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1D5135 is Cyan = 0.64, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.68.

Color convert

RGB298153-
CMYK0.6400.350.68
HSL147.69º47.27%21.57%-
HSV(B)147.69º64.2%31.76%-
XYZ4.096.44.39-
YUV62.26122.77104.28-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 17.79%
GREEN value IS 81 (32.03% from 255) = 49.69%
BLUE value IS 53 (21.09% from 255) = 32.52%
R=17.79%
G=49.69%
B=32.52%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2981530.6400.350.68147.6947.2721.57
Hex1D51354002344942f16
Octal35121651000431042245726
Binary1110110100011101011000000010001110001001001010010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D5135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,81,53); }

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

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

 a { background-color: rgb(29,81,53); }

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

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

 span { border-color: rgb(29,81,53); }

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