Html Css Color HEX #2F9515 Forest Green

📋 copy color: '#2F9515'

red 47 ◦ green 149 ◦ blue 21

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

Shades of Forest Green #2F9515

Tints of Forest Green #2F9515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.68%

R = 21.66%
G = 68.66%
B = 9.68%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#2F9515 (or 0x2F9515) is known color: Forest Green. HEX triplet: 2F, 95 and 15. RGB value is (47,149,21). Sum of RGB (Red+Green+Blue) = 47+149+21=217 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.66% from 217); Green value is 149 (58.59% from 255 or 68.66% from 217); Blue value is 21 (8.59% from 255 or 9.68% from 217); Max value from RGB is 149 - color contains mainly: green. Hex color #2F9515 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2F9515 is #D06AEA. Grayscale: #686868. Windows color (decimal): -13658859 or 1414447. OLE color: 1414447.

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

Color convert

RGB 47 149 21 -
CMYK 0.68 0 0.86 0.42
HSL 107.81º 0.75% 0.33% -
HSV(B) 107.81º 0.86% 0.58% -
XYZ 12.06 22.15 4.35 -
YUV 103.91 81.21 87.41 -
System Red Green Blue C M Y K H S L
Decimal 47 149 21 0.68 0 0.86 0.42 107.81 0.75 0.33
Hex 2F 95 15 44 0 56 2A 6C 4B 21
Octal 57 225 25 104 0 126 52 154 113 41
Binary 101111 10010101 10101 1000100 0 1010110 101010 1101100 1001011 100001

Color Harmonies of #2F9515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F9515

Black with #2F9515

Text Example


Text Example

White with #2F9515

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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