Html Css Color HEX #1F5037 County Green

📋 copy color: '#1F5037'

red 31 ◦ green 80 ◦ blue 55

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

Shades of County Green #1F5037

Tints of County Green #1F5037

RGB

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

 GREEN value IS 80 (31.64% from 255) = 48.19%

 BLUE value IS 55 (21.88% from 255) = 33.13%

R = 18.67%
G = 48.19%
B = 33.13%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.31

 K value IS 0.69

RGB Variations

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

Color information

#1F5037 (or 0x1F5037) is known color: County Green. HEX triplet: 1F, 50 and 37. RGB value is (31,80,55). Sum of RGB (Red+Green+Blue) = 31+80+55=166 (21% of max value = 765). Red value is 31 (12.5% from 255 or 18.67% from 166); Green value is 80 (31.64% from 255 or 48.19% from 166); Blue value is 55 (21.88% from 255 or 33.13% from 166); Max value from RGB is 80 - color contains mainly: green. Hex color #1F5037 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5037 is #E0AFC8. Grayscale: #3E3E3E. Windows color (decimal): -14725065 or 3624991. OLE color: 3624991.

HSL color Cylindrical-coordinate representation of color #1F5037: hue angle of 149.39º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1F5037 is Cyan = 0.61, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.69.

Color convert

RGB 31 80 55 -
CMYK 0.61 0 0.31 0.69
HSL 149.39º 0.44% 0.22% -
HSV(B) 149.39º 0.61% 0.31% -
XYZ 4.12 6.3 4.61 -
YUV 62.5 123.77 105.53 -
System Red Green Blue C M Y K H S L
Decimal 31 80 55 0.61 0 0.31 0.69 149.39 0.44 0.22
Hex 1F 50 37 3D 0 1F 45 95 2C 16
Octal 37 120 67 75 0 37 105 225 54 26
Binary 11111 1010000 110111 111101 0 11111 1000101 10010101 101100 10110

Color Harmonies of #1F5037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F5037

Black with #1F5037

Text Example


Text Example

White with #1F5037

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,80,55); }

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

background-color css

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

 a { background-color: rgb(31,80,55); }

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

border-color css

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

 span { border-color: rgb(31,80,55); }

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