Html Css Color HEX #2F953E Forest Green

📋 copy color: '#2F953E'

red 47 ◦ green 149 ◦ blue 62

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

Shades of Forest Green #2F953E

Tints of Forest Green #2F953E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 57.75%

 BLUE value IS 62 (24.61% from 255) = 24.03%

R = 18.22%
G = 57.75%
B = 24.03%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.58

 K value IS 0.42

RGB Variations

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

Color information

#2F953E (or 0x2F953E) is known color: Forest Green. HEX triplet: 2F, 95 and 3E. RGB value is (47,149,62). Sum of RGB (Red+Green+Blue) = 47+149+62=258 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.22% from 258); Green value is 149 (58.59% from 255 or 57.75% from 258); Blue value is 62 (24.61% from 255 or 24.03% from 258); Max value from RGB is 149 - color contains mainly: green. Hex color #2F953E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F953E is #D06AC1. Grayscale: #6C6C6C. Windows color (decimal): -13658818 or 4101423. OLE color: 4101423.

HSL color Cylindrical-coordinate representation of color #2F953E: hue angle of 128.82º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F953E is Cyan = 0.68, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB 47 149 62 -
CMYK 0.68 0 0.58 0.42
HSL 128.82º 0.52% 0.38% -
HSV(B) 128.82º 0.68% 0.58% -
XYZ 12.79 22.45 8.22 -
YUV 108.58 101.71 84.07 -
System Red Green Blue C M Y K H S L
Decimal 47 149 62 0.68 0 0.58 0.42 128.82 0.52 0.38
Hex 2F 95 3E 44 0 3A 2A 81 34 26
Octal 57 225 76 104 0 72 52 201 64 46
Binary 101111 10010101 111110 1000100 0 111010 101010 10000001 110100 100110

Color Harmonies of #2F953E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F953E

Black with #2F953E

Text Example


Text Example

White with #2F953E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,149,62); }

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

background-color css

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

 a { background-color: rgb(47,149,62); }

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

border-color css

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

 span { border-color: rgb(47,149,62); }

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