Html Css Color HEX #2F9529 Forest Green

📋 copy color: '#2F9529'

red 47 ◦ green 149 ◦ blue 41

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

Shades of Forest Green #2F9529

Tints of Forest Green #2F9529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 17.3%

R = 19.83%
G = 62.87%
B = 17.3%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#2F9529 (or 0x2F9529) is known color: Forest Green. HEX triplet: 2F, 95 and 29. RGB value is (47,149,41). Sum of RGB (Red+Green+Blue) = 47+149+41=237 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.83% from 237); Green value is 149 (58.59% from 255 or 62.87% from 237); Blue value is 41 (16.41% from 255 or 17.30% from 237); Max value from RGB is 149 - color contains mainly: green. Hex color #2F9529 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F9529 is #D06AD6. Grayscale: #6A6A6A. Windows color (decimal): -13658839 or 2725167. OLE color: 2725167.

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

Color convert

RGB 47 149 41 -
CMYK 0.68 0 0.72 0.42
HSL 116.67º 0.57% 0.37% -
HSV(B) 116.67º 0.72% 0.58% -
XYZ 12.32 22.26 5.74 -
YUV 106.19 91.21 85.78 -
System Red Green Blue C M Y K H S L
Decimal 47 149 41 0.68 0 0.72 0.42 116.67 0.57 0.37
Hex 2F 95 29 44 0 48 2A 75 39 25
Octal 57 225 51 104 0 110 52 165 71 45
Binary 101111 10010101 101001 1000100 0 1001000 101010 1110101 111001 100101

Color Harmonies of #2F9529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F9529

Black with #2F9529

Text Example


Text Example

White with #2F9529

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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