Html Css Color HEX #2F8A2A Forest Green

📋 copy color: '#2F8A2A'

red 47 ◦ green 138 ◦ blue 42

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

Shades of Forest Green #2F8A2A

Tints of Forest Green #2F8A2A

RGB

 RED value IS 47 (18.75% from 255) = 20.7%

 GREEN value IS 138 (54.3% from 255) = 60.79%

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

R = 20.7%
G = 60.79%
B = 18.5%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.70

 K value IS 0.46

RGB Variations

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

Color information

#2F8A2A (or 0x2F8A2A) is known color: Forest Green. HEX triplet: 2F, 8A and 2A. RGB value is (47,138,42). Sum of RGB (Red+Green+Blue) = 47+138+42=227 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.70% from 227); Green value is 138 (54.30% from 255 or 60.79% from 227); Blue value is 42 (16.80% from 255 or 18.50% from 227); Max value from RGB is 138 - color contains mainly: green. Hex color #2F8A2A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F8A2A is #D075D5. Grayscale: #646464. Windows color (decimal): -13661654 or 2787887. OLE color: 2787887.

HSL color Cylindrical-coordinate representation of color #2F8A2A: hue angle of 116.88º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2F8A2A is Cyan = 0.66, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.46.

Color convert

RGB 47 138 42 -
CMYK 0.66 0 0.70 0.46
HSL 116.88º 0.53% 0.35% -
HSV(B) 116.88º 0.7% 0.54% -
XYZ 10.68 18.95 5.29 -
YUV 99.85 95.35 90.31 -
System Red Green Blue C M Y K H S L
Decimal 47 138 42 0.66 0 0.70 0.46 116.88 0.53 0.35
Hex 2F 8A 2A 42 0 46 2E 75 35 23
Octal 57 212 52 102 0 106 56 165 65 43
Binary 101111 10001010 101010 1000010 0 1000110 101110 1110101 110101 100011

Color Harmonies of #2F8A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8A2A

Black with #2F8A2A

Text Example


Text Example

White with #2F8A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F8A2A; }

 p { color: rgb(47,138,42); }

 H1.HeaderClassName
 {
   color: #2F8A2A;
 }
 .AnyTagClassName
 {
   color: #2F8A2A;
 }
</style>

background-color css

<style>
 a { background-color: #2F8A2A; }

 a { background-color: rgb(47,138,42); }

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

border-color css

<style>
 span { border-color: #2F8A2A; }

 span { border-color: rgb(47,138,42); }

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