Html Css Color HEX #1F942F Forest Green

📋 copy color: '#1F942F'

red 31 ◦ green 148 ◦ blue 47

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

Shades of Forest Green #1F942F

Tints of Forest Green #1F942F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 65.49%

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

R = 13.72%
G = 65.49%
B = 20.8%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#1F942F (or 0x1F942F) is known color: Forest Green. HEX triplet: 1F, 94 and 2F. RGB value is (31,148,47). Sum of RGB (Red+Green+Blue) = 31+148+47=226 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.72% from 226); Green value is 148 (58.20% from 255 or 65.49% from 226); Blue value is 47 (18.75% from 255 or 20.80% from 226); Max value from RGB is 148 - color contains mainly: green. Hex color #1F942F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F942F is #E06BD0. Grayscale: #656565. Windows color (decimal): -14707665 or 3118111. OLE color: 3118111.

HSL color Cylindrical-coordinate representation of color #1F942F: hue angle of 128.21º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F942F is Cyan = 0.79, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB 31 148 47 -
CMYK 0.79 0 0.68 0.42
HSL 128.21º 0.65% 0.35% -
HSV(B) 128.21º 0.79% 0.58% -
XYZ 11.67 21.68 6.26 -
YUV 101.5 97.24 77.71 -
System Red Green Blue C M Y K H S L
Decimal 31 148 47 0.79 0 0.68 0.42 128.21 0.65 0.35
Hex 1F 94 2F 4F 0 44 2A 80 41 23
Octal 37 224 57 117 0 104 52 200 101 43
Binary 11111 10010100 101111 1001111 0 1000100 101010 10000000 1000001 100011

Color Harmonies of #1F942F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F942F

Black with #1F942F

Text Example


Text Example

White with #1F942F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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