Html Css Color HEX #2F8325 Forest Green

📋 copy color: '#2F8325'

red 47 ◦ green 131 ◦ blue 37

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

Shades of Forest Green #2F8325

Tints of Forest Green #2F8325

RGB

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

 GREEN value IS 131 (51.56% from 255) = 60.93%

 BLUE value IS 37 (14.84% from 255) = 17.21%

R = 21.86%
G = 60.93%
B = 17.21%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#2F8325 (or 0x2F8325) is known color: Forest Green. HEX triplet: 2F, 83 and 25. RGB value is (47,131,37). Sum of RGB (Red+Green+Blue) = 47+131+37=215 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.86% from 215); Green value is 131 (51.56% from 255 or 60.93% from 215); Blue value is 37 (14.84% from 255 or 17.21% from 215); Max value from RGB is 131 - color contains mainly: green. Hex color #2F8325 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F8325 is #D07CDA. Grayscale: #5F5F5F. Windows color (decimal): -13663451 or 2458415. OLE color: 2458415.

HSL color Cylindrical-coordinate representation of color #2F8325: hue angle of 113.62º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2F8325 is Cyan = 0.64, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB 47 131 37 -
CMYK 0.64 0 0.72 0.49
HSL 113.62º 0.56% 0.33% -
HSV(B) 113.62º 0.72% 0.51% -
XYZ 9.62 16.97 4.52 -
YUV 95.17 95.17 93.64 -
System Red Green Blue C M Y K H S L
Decimal 47 131 37 0.64 0 0.72 0.49 113.62 0.56 0.33
Hex 2F 83 25 40 0 48 31 72 38 21
Octal 57 203 45 100 0 110 61 162 70 41
Binary 101111 10000011 100101 1000000 0 1001000 110001 1110010 111000 100001

Color Harmonies of #2F8325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8325

Black with #2F8325

Text Example


Text Example

White with #2F8325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,131,37); }

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

background-color css

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

 a { background-color: rgb(47,131,37); }

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

border-color css

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

 span { border-color: rgb(47,131,37); }

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