#1D4834

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

Shades of County Green #1D4834

Tints of County Green #1D4834

Color information

#1D4834 (or 0x1D4834) is unknown color: approx County Green. HEX triplet: 1D, 48 and 34. RGB value is (29,72,52). Sum of RGB (Red+Green+Blue) = 29+72+52=153 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.95% from 153); Green value is 72 (28.52% from 255 or 47.06% from 153); Blue value is 52 (20.70% from 255 or 33.99% from 153); Max value from RGB is 72 - color contains mainly: green. Hex color #1D4834 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4834 is #E2B7CB. Grayscale: #383838. Windows color (decimal): -14858188 or 3426333. OLE color: 3426333.

HSL color Cylindrical-coordinate representation of color #1D4834: hue angle of 152.09º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1D4834 is Cyan = 0.60, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.72.

Color convert

RGB297252-
CMYK0.6000.280.72
HSL152.09º42.57%19.8%-
HSV(B)152.09º59.72%28.24%-
XYZ3.445.144.06-
YUV56.86125.25108.13-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.95%
GREEN value IS 72 (28.52% from 255) = 47.06%
BLUE value IS 52 (20.70% from 255) = 33.99%
R=18.95%
G=47.06%
B=33.99%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2972520.6000.280.72152.0942.5719.8
Hex1D48343C01C48982b14
Octal3511064740341102305324
Binary11101100100011010011110001110010010001001100010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,72,52); }

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

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

 a { background-color: rgb(29,72,52); }

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

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

 span { border-color: rgb(29,72,52); }

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