Html Css Color HEX #2F950D Forest Green

📋 copy color: '#2F950D'

red 47 ◦ green 149 ◦ blue 13

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

Shades of Forest Green #2F950D

Tints of Forest Green #2F950D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.22%

R = 22.49%
G = 71.29%
B = 6.22%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#2F950D (or 0x2F950D) is known color: Forest Green. HEX triplet: 2F, 95 and 0D. RGB value is (47,149,13). Sum of RGB (Red+Green+Blue) = 47+149+13=209 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.49% from 209); Green value is 149 (58.59% from 255 or 71.29% from 209); Blue value is 13 (5.47% from 255 or 6.22% from 209); Max value from RGB is 149 - color contains mainly: green. Hex color #2F950D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2F950D is #D06AF2. Grayscale: #676767. Windows color (decimal): -13658867 or 890159. OLE color: 890159.

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

Color convert

RGB 47 149 13 -
CMYK 0.68 0 0.91 0.42
HSL 105º 0.84% 0.32% -
HSV(B) 105º 0.91% 0.58% -
XYZ 11.99 22.13 4.02 -
YUV 103 77.21 88.06 -
System Red Green Blue C M Y K H S L
Decimal 47 149 13 0.68 0 0.91 0.42 105 0.84 0.32
Hex 2F 95 D 44 0 5B 2A 69 54 20
Octal 57 225 15 104 0 133 52 151 124 40
Binary 101111 10010101 1101 1000100 0 1011011 101010 1101001 1010100 100000

Color Harmonies of #2F950D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F950D

Black with #2F950D

Text Example


Text Example

White with #2F950D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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