Html Css Color HEX #1F972B Forest Green

📋 copy color: '#1F972B'

red 31 ◦ green 151 ◦ blue 43

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

Shades of Forest Green #1F972B

Tints of Forest Green #1F972B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 67.11%

 BLUE value IS 43 (17.19% from 255) = 19.11%

R = 13.78%
G = 67.11%
B = 19.11%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.72

 K value IS 0.41

RGB Variations

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

Color information

#1F972B (or 0x1F972B) is known color: Forest Green. HEX triplet: 1F, 97 and 2B. RGB value is (31,151,43). Sum of RGB (Red+Green+Blue) = 31+151+43=225 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.78% from 225); Green value is 151 (59.38% from 255 or 67.11% from 225); Blue value is 43 (17.19% from 255 or 19.11% from 225); Max value from RGB is 151 - color contains mainly: green. Hex color #1F972B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F972B is #E068D4. Grayscale: #676767. Windows color (decimal): -14706901 or 2856735. OLE color: 2856735.

HSL color Cylindrical-coordinate representation of color #1F972B: hue angle of 126º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F972B is Cyan = 0.79, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.41.

Color convert

RGB 31 151 43 -
CMYK 0.79 0 0.72 0.41
HSL 126º 0.66% 0.36% -
HSV(B) 126º 0.79% 0.59% -
XYZ 12.07 22.6 6.01 -
YUV 102.81 94.24 76.78 -
System Red Green Blue C M Y K H S L
Decimal 31 151 43 0.79 0 0.72 0.41 126 0.66 0.36
Hex 1F 97 2B 4F 0 48 29 7E 42 24
Octal 37 227 53 117 0 110 51 176 102 44
Binary 11111 10010111 101011 1001111 0 1001000 101001 1111110 1000010 100100

Color Harmonies of #1F972B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F972B

Black with #1F972B

Text Example


Text Example

White with #1F972B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,151,43); }

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

background-color css

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

 a { background-color: rgb(31,151,43); }

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

border-color css

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

 span { border-color: rgb(31,151,43); }

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