Html Css Color HEX #1F973A Forest Green

📋 copy color: '#1F973A'

red 31 ◦ green 151 ◦ blue 58

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

Shades of Forest Green #1F973A

Tints of Forest Green #1F973A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 24.17%

R = 12.92%
G = 62.92%
B = 24.17%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.62

 K value IS 0.41

RGB Variations

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

Color information

#1F973A (or 0x1F973A) is known color: Forest Green. HEX triplet: 1F, 97 and 3A. RGB value is (31,151,58). Sum of RGB (Red+Green+Blue) = 31+151+58=240 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.92% from 240); Green value is 151 (59.38% from 255 or 62.92% from 240); Blue value is 58 (23.05% from 255 or 24.17% from 240); Max value from RGB is 151 - color contains mainly: green. Hex color #1F973A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F973A is #E068C5. Grayscale: #686868. Windows color (decimal): -14706886 or 3839775. OLE color: 3839775.

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

Color convert

RGB 31 151 58 -
CMYK 0.79 0 0.62 0.41
HSL 133.5º 0.66% 0.36% -
HSV(B) 133.5º 0.79% 0.59% -
XYZ 12.4 22.73 7.74 -
YUV 104.52 101.74 75.56 -
System Red Green Blue C M Y K H S L
Decimal 31 151 58 0.79 0 0.62 0.41 133.5 0.66 0.36
Hex 1F 97 3A 4F 0 3E 29 86 42 24
Octal 37 227 72 117 0 76 51 206 102 44
Binary 11111 10010111 111010 1001111 0 111110 101001 10000110 1000010 100100

Color Harmonies of #1F973A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F973A

Black with #1F973A

Text Example


Text Example

White with #1F973A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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