Html Css Color HEX #2F9B3A Forest Green

📋 copy color: '#2F9B3A'

red 47 ◦ green 155 ◦ blue 58

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

Shades of Forest Green #2F9B3A

Tints of Forest Green #2F9B3A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 59.62%

 BLUE value IS 58 (23.05% from 255) = 22.31%

R = 18.08%
G = 59.62%
B = 22.31%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.63

 K value IS 0.39

RGB Variations

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

Color information

#2F9B3A (or 0x2F9B3A) is known color: Forest Green. HEX triplet: 2F, 9B and 3A. RGB value is (47,155,58). Sum of RGB (Red+Green+Blue) = 47+155+58=260 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.08% from 260); Green value is 155 (60.94% from 255 or 59.62% from 260); Blue value is 58 (23.05% from 255 or 22.31% from 260); Max value from RGB is 155 - color contains mainly: green. Hex color #2F9B3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F9B3A is #D064C5. Grayscale: #6F6F6F. Windows color (decimal): -13657286 or 3840815. OLE color: 3840815.

HSL color Cylindrical-coordinate representation of color #2F9B3A: hue angle of 126.11º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2F9B3A is Cyan = 0.70, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.39.

Color convert

RGB 47 155 58 -
CMYK 0.70 0 0.63 0.39
HSL 126.11º 0.53% 0.4% -
HSV(B) 126.11º 0.7% 0.61% -
XYZ 13.66 24.35 7.98 -
YUV 111.65 97.72 81.89 -
System Red Green Blue C M Y K H S L
Decimal 47 155 58 0.70 0 0.63 0.39 126.11 0.53 0.4
Hex 2F 9B 3A 46 0 3F 27 7E 35 28
Octal 57 233 72 106 0 77 47 176 65 50
Binary 101111 10011011 111010 1000110 0 111111 100111 1111110 110101 101000

Color Harmonies of #2F9B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F9B3A

Black with #2F9B3A

Text Example


Text Example

White with #2F9B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,155,58); }

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

background-color css

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

 a { background-color: rgb(47,155,58); }

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

border-color css

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

 span { border-color: rgb(47,155,58); }

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