Html Css Color HEX #2F961B Forest Green

📋 copy color: '#2F961B'

red 47 ◦ green 150 ◦ blue 27

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

Shades of Forest Green #2F961B

Tints of Forest Green #2F961B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 66.96%

 BLUE value IS 27 (10.94% from 255) = 12.05%

R = 20.98%
G = 66.96%
B = 12.05%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.82

 K value IS 0.41

RGB Variations

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

Color information

#2F961B (or 0x2F961B) is known color: Forest Green. HEX triplet: 2F, 96 and 1B. RGB value is (47,150,27). Sum of RGB (Red+Green+Blue) = 47+150+27=224 (29% of max value = 765). Red value is 47 (18.75% from 255 or 20.98% from 224); Green value is 150 (58.98% from 255 or 66.96% from 224); Blue value is 27 (10.94% from 255 or 12.05% from 224); Max value from RGB is 150 - color contains mainly: green. Hex color #2F961B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F961B is #D069E4. Grayscale: #696969. Windows color (decimal): -13658597 or 1807919. OLE color: 1807919.

HSL color Cylindrical-coordinate representation of color #2F961B: hue angle of 110.24º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2F961B is Cyan = 0.69, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.41.

Color convert

RGB 47 150 27 -
CMYK 0.69 0 0.82 0.41
HSL 110.24º 0.69% 0.35% -
HSV(B) 110.24º 0.82% 0.59% -
XYZ 12.28 22.5 4.73 -
YUV 105.18 83.88 86.5 -
System Red Green Blue C M Y K H S L
Decimal 47 150 27 0.69 0 0.82 0.41 110.24 0.69 0.35
Hex 2F 96 1B 45 0 52 29 6E 45 23
Octal 57 226 33 105 0 122 51 156 105 43
Binary 101111 10010110 11011 1000101 0 1010010 101001 1101110 1000101 100011

Color Harmonies of #2F961B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F961B

Black with #2F961B

Text Example


Text Example

White with #2F961B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,150,27); }

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

background-color css

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

 a { background-color: rgb(47,150,27); }

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

border-color css

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

 span { border-color: rgb(47,150,27); }

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