Html Css Color HEX #1D513E County Green

📋 copy color: '#1D513E'

red 29 ◦ green 81 ◦ blue 62

#1D513E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of County Green #1D513E

Tints of County Green #1D513E

RGB

 RED value IS 29 (11.72% from 255) = 16.86%

 GREEN value IS 81 (32.03% from 255) = 47.09%

 BLUE value IS 62 (24.61% from 255) = 36.05%

R = 16.86%
G = 47.09%
B = 36.05%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.23

 K value IS 0.68

RGB Variations

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

Color information

#1D513E (or 0x1D513E) is known color: County Green. HEX triplet: 1D, 51 and 3E. RGB value is (29,81,62). Sum of RGB (Red+Green+Blue) = 29+81+62=172 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.86% from 172); Green value is 81 (32.03% from 255 or 47.09% from 172); Blue value is 62 (24.61% from 255 or 36.05% from 172); Max value from RGB is 81 - color contains mainly: green. Hex color #1D513E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D513E is #E2AEC1. Grayscale: #3F3F3F. Windows color (decimal): -14855874 or 4083997. OLE color: 4083997.

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

Color convert

RGB 29 81 62 -
CMYK 0.64 0 0.23 0.68
HSL 158.08º 0.47% 0.22% -
HSV(B) 158.08º 0.64% 0.32% -
XYZ 4.32 6.49 5.58 -
YUV 63.29 127.27 103.54 -
System Red Green Blue C M Y K H S L
Decimal 29 81 62 0.64 0 0.23 0.68 158.08 0.47 0.22
Hex 1D 51 3E 40 0 17 44 9E 2F 16
Octal 35 121 76 100 0 27 104 236 57 26
Binary 11101 1010001 111110 1000000 0 10111 1000100 10011110 101111 10110

Color Harmonies of #1D513E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D513E

Black with #1D513E

Text Example


Text Example

White with #1D513E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1D513E;
 }
 .AnyTagClassName
 {
   color: #1D513E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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