Html Css Color HEX #1F513E County Green

📋 copy color: '#1F513E'

red 31 ◦ green 81 ◦ blue 62

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

Shades of County Green #1F513E

Tints of County Green #1F513E

RGB

 RED value IS 31 (12.5% from 255) = 17.82%

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

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

R = 17.82%
G = 46.55%
B = 35.63%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.23

 K value IS 0.68

RGB Variations

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

Color information

#1F513E (or 0x1F513E) is known color: County Green. HEX triplet: 1F, 51 and 3E. RGB value is (31,81,62). Sum of RGB (Red+Green+Blue) = 31+81+62=174 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.82% from 174); Green value is 81 (32.03% from 255 or 46.55% from 174); Blue value is 62 (24.61% from 255 or 35.63% from 174); Max value from RGB is 81 - color contains mainly: green. Hex color #1F513E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F513E is #E0AEC1. Grayscale: #3F3F3F. Windows color (decimal): -14724802 or 4083999. OLE color: 4083999.

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

Color convert

RGB 31 81 62 -
CMYK 0.62 0 0.23 0.68
HSL 157.2º 0.45% 0.22% -
HSV(B) 157.2º 0.62% 0.32% -
XYZ 4.38 6.52 5.59 -
YUV 63.88 126.94 104.54 -
System Red Green Blue C M Y K H S L
Decimal 31 81 62 0.62 0 0.23 0.68 157.2 0.45 0.22
Hex 1F 51 3E 3E 0 17 44 9D 2D 16
Octal 37 121 76 76 0 27 104 235 55 26
Binary 11111 1010001 111110 111110 0 10111 1000100 10011101 101101 10110

Color Harmonies of #1F513E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F513E

Black with #1F513E

Text Example


Text Example

White with #1F513E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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