Html Css Color HEX #2F8521 Forest Green

📋 copy color: '#2F8521'

red 47 ◦ green 133 ◦ blue 33

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

Shades of Forest Green #2F8521

Tints of Forest Green #2F8521

RGB

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

 GREEN value IS 133 (52.34% from 255) = 62.44%

 BLUE value IS 33 (13.28% from 255) = 15.49%

R = 22.07%
G = 62.44%
B = 15.49%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.75

 K value IS 0.48

RGB Variations

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

Color information

#2F8521 (or 0x2F8521) is known color: Forest Green. HEX triplet: 2F, 85 and 21. RGB value is (47,133,33). Sum of RGB (Red+Green+Blue) = 47+133+33=213 (28% of max value = 765). Red value is 47 (18.75% from 255 or 22.07% from 213); Green value is 133 (52.34% from 255 or 62.44% from 213); Blue value is 33 (13.28% from 255 or 15.49% from 213); Max value from RGB is 133 - color contains mainly: green. Hex color #2F8521 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F8521 is #D07ADE. Grayscale: #606060. Windows color (decimal): -13662943 or 2196783. OLE color: 2196783.

HSL color Cylindrical-coordinate representation of color #2F8521: hue angle of 111.6º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F8521 is Cyan = 0.65, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.48.

Color convert

RGB 47 133 33 -
CMYK 0.65 0 0.75 0.48
HSL 111.6º 0.6% 0.33% -
HSV(B) 111.6º 0.75% 0.52% -
XYZ 9.83 17.49 4.3 -
YUV 95.89 92.51 93.13 -
System Red Green Blue C M Y K H S L
Decimal 47 133 33 0.65 0 0.75 0.48 111.6 0.6 0.33
Hex 2F 85 21 41 0 4B 30 70 3C 21
Octal 57 205 41 101 0 113 60 160 74 41
Binary 101111 10000101 100001 1000001 0 1001011 110000 1110000 111100 100001

Color Harmonies of #2F8521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8521

Black with #2F8521

Text Example


Text Example

White with #2F8521

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,133,33); }

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

background-color css

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

 a { background-color: rgb(47,133,33); }

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

border-color css

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

 span { border-color: rgb(47,133,33); }

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