#1D4E33

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

Shades of County Green #1D4E33

Tints of County Green #1D4E33

Color information

#1D4E33 (or 0x1D4E33) is unknown color: approx County Green. HEX triplet: 1D, 4E and 33. RGB value is (29,78,51). Sum of RGB (Red+Green+Blue) = 29+78+51=158 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.35% from 158); Green value is 78 (30.86% from 255 or 49.37% from 158); Blue value is 51 (20.31% from 255 or 32.28% from 158); Max value from RGB is 78 - color contains mainly: green. Hex color #1D4E33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D4E33 is #E2B1CC. Grayscale: #3C3C3C. Windows color (decimal): -14856653 or 3362333. OLE color: 3362333.

HSL color Cylindrical-coordinate representation of color #1D4E33: hue angle of 146.94º degrees, saturation: 0.46, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1D4E33 is Cyan = 0.63, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.69.

Color convert

RGB297851-
CMYK0.6300.350.69
HSL146.94º45.79%20.98%-
HSV(B)146.94º62.82%30.59%-
XYZ3.835.954.08-
YUV60.27122.77105.7-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.35%
GREEN value IS 78 (30.86% from 255) = 49.37%
BLUE value IS 51 (20.31% from 255) = 32.28%
R=18.35%
G=49.37%
B=32.28%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2978510.6300.350.69146.9445.7920.98
Hex1D4E333F02345932e15
Octal3511663770431052235625
Binary111011001110110011111111010001110001011001001110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,78,51); }

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

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

 a { background-color: rgb(29,78,51); }

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

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

 span { border-color: rgb(29,78,51); }

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