Html Css Color HEX #1F962F Forest Green

📋 copy color: '#1F962F'

red 31 ◦ green 150 ◦ blue 47

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

Shades of Forest Green #1F962F

Tints of Forest Green #1F962F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 65.79%

 BLUE value IS 47 (18.75% from 255) = 20.61%

R = 13.6%
G = 65.79%
B = 20.61%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.69

 K value IS 0.41

RGB Variations

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

Color information

#1F962F (or 0x1F962F) is known color: Forest Green. HEX triplet: 1F, 96 and 2F. RGB value is (31,150,47). Sum of RGB (Red+Green+Blue) = 31+150+47=228 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.60% from 228); Green value is 150 (58.98% from 255 or 65.79% from 228); Blue value is 47 (18.75% from 255 or 20.61% from 228); Max value from RGB is 150 - color contains mainly: green. Hex color #1F962F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F962F is #E069D0. Grayscale: #666666. Windows color (decimal): -14707153 or 3118623. OLE color: 3118623.

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

Color convert

RGB 31 150 47 -
CMYK 0.79 0 0.69 0.41
HSL 128.07º 0.66% 0.35% -
HSV(B) 128.07º 0.79% 0.59% -
XYZ 11.98 22.31 6.36 -
YUV 102.68 96.58 76.88 -
System Red Green Blue C M Y K H S L
Decimal 31 150 47 0.79 0 0.69 0.41 128.07 0.66 0.35
Hex 1F 96 2F 4F 0 45 29 80 42 23
Octal 37 226 57 117 0 105 51 200 102 43
Binary 11111 10010110 101111 1001111 0 1000101 101001 10000000 1000010 100011

Color Harmonies of #1F962F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F962F

Black with #1F962F

Text Example


Text Example

White with #1F962F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,150,47); }

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

background-color css

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

 a { background-color: rgb(31,150,47); }

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

border-color css

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

 span { border-color: rgb(31,150,47); }

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