Html Css Color HEX #1F9E2A Forest Green

📋 copy color: '#1F9E2A'

red 31 ◦ green 158 ◦ blue 42

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

Shades of Forest Green #1F9E2A

Tints of Forest Green #1F9E2A

RGB

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

 GREEN value IS 158 (62.11% from 255) = 68.4%

 BLUE value IS 42 (16.8% from 255) = 18.18%

R = 13.42%
G = 68.4%
B = 18.18%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.73

 K value IS 0.38

RGB Variations

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

Color information

#1F9E2A (or 0x1F9E2A) is known color: Forest Green. HEX triplet: 1F, 9E and 2A. RGB value is (31,158,42). Sum of RGB (Red+Green+Blue) = 31+158+42=231 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.42% from 231); Green value is 158 (62.11% from 255 or 68.40% from 231); Blue value is 42 (16.80% from 255 or 18.18% from 231); Max value from RGB is 158 - color contains mainly: green. Hex color #1F9E2A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F9E2A is #E061D5. Grayscale: #6B6B6B. Windows color (decimal): -14705110 or 2792991. OLE color: 2792991.

HSL color Cylindrical-coordinate representation of color #1F9E2A: hue angle of 125.2º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F9E2A is Cyan = 0.80, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.38.

Color convert

RGB 31 158 42 -
CMYK 0.80 0 0.73 0.38
HSL 125.2º 0.67% 0.37% -
HSV(B) 125.2º 0.8% 0.62% -
XYZ 13.21 24.91 6.3 -
YUV 106.8 91.42 73.93 -
System Red Green Blue C M Y K H S L
Decimal 31 158 42 0.80 0 0.73 0.38 125.2 0.67 0.37
Hex 1F 9E 2A 50 0 49 26 7D 43 25
Octal 37 236 52 120 0 111 46 175 103 45
Binary 11111 10011110 101010 1010000 0 1001001 100110 1111101 1000011 100101

Color Harmonies of #1F9E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F9E2A

Black with #1F9E2A

Text Example


Text Example

White with #1F9E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,158,42); }

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

background-color css

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

 a { background-color: rgb(31,158,42); }

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

border-color css

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

 span { border-color: rgb(31,158,42); }

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