Html Css Color HEX #1F802A Forest Green

📋 copy color: '#1F802A'

red 31 ◦ green 128 ◦ blue 42

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

Shades of Forest Green #1F802A

Tints of Forest Green #1F802A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 63.68%

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

R = 15.42%
G = 63.68%
B = 20.9%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.67

 K value IS 0.50

RGB Variations

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

Color information

#1F802A (or 0x1F802A) is known color: Forest Green. HEX triplet: 1F, 80 and 2A. RGB value is (31,128,42). Sum of RGB (Red+Green+Blue) = 31+128+42=201 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.42% from 201); Green value is 128 (50.39% from 255 or 63.68% from 201); Blue value is 42 (16.80% from 255 or 20.90% from 201); Max value from RGB is 128 - color contains mainly: green. Hex color #1F802A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F802A is #E07FD5. Grayscale: #595959. Windows color (decimal): -14712790 or 2785311. OLE color: 2785311.

HSL color Cylindrical-coordinate representation of color #1F802A: hue angle of 126.8º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F802A is Cyan = 0.76, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.50.

Color convert

RGB 31 128 42 -
CMYK 0.76 0 0.67 0.50
HSL 126.8º 0.61% 0.31% -
HSV(B) 126.8º 0.76% 0.5% -
XYZ 8.7 15.9 4.8 -
YUV 89.19 101.36 86.49 -
System Red Green Blue C M Y K H S L
Decimal 31 128 42 0.76 0 0.67 0.50 126.8 0.61 0.31
Hex 1F 80 2A 4C 0 43 32 7F 3D 1F
Octal 37 200 52 114 0 103 62 177 75 37
Binary 11111 10000000 101010 1001100 0 1000011 110010 1111111 111101 11111

Color Harmonies of #1F802A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F802A

Black with #1F802A

Text Example


Text Example

White with #1F802A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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