Html Css Color HEX #1F513B County Green

📋 copy color: '#1F513B'

red 31 ◦ green 81 ◦ blue 59

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

Shades of County Green #1F513B

Tints of County Green #1F513B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 34.5%

R = 18.13%
G = 47.37%
B = 34.5%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.27

 K value IS 0.68

RGB Variations

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

Color information

#1F513B (or 0x1F513B) is known color: County Green. HEX triplet: 1F, 51 and 3B. RGB value is (31,81,59). Sum of RGB (Red+Green+Blue) = 31+81+59=171 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.13% from 171); Green value is 81 (32.03% from 255 or 47.37% from 171); Blue value is 59 (23.44% from 255 or 34.50% from 171); Max value from RGB is 81 - color contains mainly: green. Hex color #1F513B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F513B is #E0AEC4. Grayscale: #3F3F3F. Windows color (decimal): -14724805 or 3887391. OLE color: 3887391.

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

Color convert

RGB 31 81 59 -
CMYK 0.62 0 0.27 0.68
HSL 153.6º 0.45% 0.22% -
HSV(B) 153.6º 0.62% 0.32% -
XYZ 4.3 6.49 5.16 -
YUV 63.54 125.44 104.79 -
System Red Green Blue C M Y K H S L
Decimal 31 81 59 0.62 0 0.27 0.68 153.6 0.45 0.22
Hex 1F 51 3B 3E 0 1B 44 9A 2D 16
Octal 37 121 73 76 0 33 104 232 55 26
Binary 11111 1010001 111011 111110 0 11011 1000100 10011010 101101 10110

Color Harmonies of #1F513B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F513B

Black with #1F513B

Text Example


Text Example

White with #1F513B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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