Html Css Color HEX #1F4835 County Green

📋 copy color: '#1F4835'

red 31 ◦ green 72 ◦ blue 53

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

Shades of County Green #1F4835

Tints of County Green #1F4835

RGB

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

 GREEN value IS 72 (28.52% from 255) = 46.15%

 BLUE value IS 53 (21.09% from 255) = 33.97%

R = 19.87%
G = 46.15%
B = 33.97%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.26

 K value IS 0.72

RGB Variations

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

Color information

#1F4835 (or 0x1F4835) is known color: County Green. HEX triplet: 1F, 48 and 35. RGB value is (31,72,53). Sum of RGB (Red+Green+Blue) = 31+72+53=156 (20% of max value = 765). Red value is 31 (12.5% from 255 or 19.87% from 156); Green value is 72 (28.52% from 255 or 46.15% from 156); Blue value is 53 (21.09% from 255 or 33.97% from 156); Max value from RGB is 72 - color contains mainly: green. Hex color #1F4835 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4835 is #E0B7CA. Grayscale: #393939. Windows color (decimal): -14727115 or 3491871. OLE color: 3491871.

HSL color Cylindrical-coordinate representation of color #1F4835: hue angle of 152.2º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1F4835 is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.72.

Color convert

RGB 31 72 53 -
CMYK 0.57 0 0.26 0.72
HSL 152.2º 0.4% 0.2% -
HSV(B) 152.2º 0.57% 0.28% -
XYZ 3.53 5.18 4.18 -
YUV 57.58 125.42 109.04 -
System Red Green Blue C M Y K H S L
Decimal 31 72 53 0.57 0 0.26 0.72 152.2 0.4 0.2
Hex 1F 48 35 39 0 1A 48 98 28 14
Octal 37 110 65 71 0 32 110 230 50 24
Binary 11111 1001000 110101 111001 0 11010 1001000 10011000 101000 10100

Color Harmonies of #1F4835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4835

Black with #1F4835

Text Example


Text Example

White with #1F4835

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,72,53); }

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

background-color css

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

 a { background-color: rgb(31,72,53); }

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

border-color css

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

 span { border-color: rgb(31,72,53); }

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