#1D513A

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

Shades of County Green #1D513A

Tints of County Green #1D513A

Color information

#1D513A (or 0x1D513A) is unknown color: approx County Green. HEX triplet: 1D, 51 and 3A. RGB value is (29,81,58). Sum of RGB (Red+Green+Blue) = 29+81+58=168 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.26% from 168); Green value is 81 (32.03% from 255 or 48.21% from 168); Blue value is 58 (23.05% from 255 or 34.52% from 168); Max value from RGB is 81 - color contains mainly: green. Hex color #1D513A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D513A is #E2AEC5. Grayscale: #3E3E3E. Windows color (decimal): -14855878 or 3821853. OLE color: 3821853.

HSL color Cylindrical-coordinate representation of color #1D513A: hue angle of 153.46º 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 #1D513A is Cyan = 0.64, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.68.

Color convert

RGB298158-
CMYK0.6400.280.68
HSL153.46º47.27%21.57%-
HSV(B)153.46º64.2%31.76%-
XYZ4.216.455.03-
YUV62.83125.27103.87-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 17.26%
GREEN value IS 81 (32.03% from 255) = 48.21%
BLUE value IS 58 (23.05% from 255) = 34.52%
R=17.26%
G=48.21%
B=34.52%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2981580.6400.280.68153.4647.2721.57
Hex1D513A4001C44992f16
Octal35121721000341042315726
Binary111011010001111010100000001110010001001001100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D513A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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