Html Css Color HEX #2F9F2E Forest Green

📋 copy color: '#2F9F2E'

red 47 ◦ green 159 ◦ blue 46

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

Shades of Forest Green #2F9F2E

Tints of Forest Green #2F9F2E

RGB

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

 GREEN value IS 159 (62.5% from 255) = 63.1%

 BLUE value IS 46 (18.36% from 255) = 18.25%

R = 18.65%
G = 63.1%
B = 18.25%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.71

 K value IS 0.38

RGB Variations

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

Color information

#2F9F2E (or 0x2F9F2E) is known color: Forest Green. HEX triplet: 2F, 9F and 2E. RGB value is (47,159,46). Sum of RGB (Red+Green+Blue) = 47+159+46=252 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.65% from 252); Green value is 159 (62.5% from 255 or 63.10% from 252); Blue value is 46 (18.36% from 255 or 18.25% from 252); Max value from RGB is 159 - color contains mainly: green. Hex color #2F9F2E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F9F2E is #D060D1. Grayscale: #707070. Windows color (decimal): -13656274 or 3055407. OLE color: 3055407.

HSL color Cylindrical-coordinate representation of color #2F9F2E: hue angle of 119.47º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2F9F2E is Cyan = 0.70, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.38.

Color convert

RGB 47 159 46 -
CMYK 0.70 0 0.71 0.38
HSL 119.47º 0.55% 0.4% -
HSV(B) 119.47º 0.71% 0.62% -
XYZ 14.06 25.6 6.78 -
YUV 112.63 90.39 81.19 -
System Red Green Blue C M Y K H S L
Decimal 47 159 46 0.70 0 0.71 0.38 119.47 0.55 0.4
Hex 2F 9F 2E 46 0 47 26 77 37 28
Octal 57 237 56 106 0 107 46 167 67 50
Binary 101111 10011111 101110 1000110 0 1000111 100110 1110111 110111 101000

Color Harmonies of #2F9F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F9F2E

Black with #2F9F2E

Text Example


Text Example

White with #2F9F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,159,46); }

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

background-color css

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

 a { background-color: rgb(47,159,46); }

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

border-color css

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

 span { border-color: rgb(47,159,46); }

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