Html Css Color HEX #2F8C2C Forest Green

📋 copy color: '#2F8C2C'

red 47 ◦ green 140 ◦ blue 44

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

Shades of Forest Green #2F8C2C

Tints of Forest Green #2F8C2C

RGB

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

 GREEN value IS 140 (55.08% from 255) = 60.61%

 BLUE value IS 44 (17.58% from 255) = 19.05%

R = 20.35%
G = 60.61%
B = 19.05%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.69

 K value IS 0.45

RGB Variations

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

Color information

#2F8C2C (or 0x2F8C2C) is known color: Forest Green. HEX triplet: 2F, 8C and 2C. RGB value is (47,140,44). Sum of RGB (Red+Green+Blue) = 47+140+44=231 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.35% from 231); Green value is 140 (55.08% from 255 or 60.61% from 231); Blue value is 44 (17.58% from 255 or 19.05% from 231); Max value from RGB is 140 - color contains mainly: green. Hex color #2F8C2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F8C2C is #D073D3. Grayscale: #656565. Windows color (decimal): -13661140 or 2919471. OLE color: 2919471.

HSL color Cylindrical-coordinate representation of color #2F8C2C: hue angle of 118.12º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F8C2C is Cyan = 0.66, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.45.

Color convert

RGB 47 140 44 -
CMYK 0.66 0 0.69 0.45
HSL 118.13º 0.52% 0.36% -
HSV(B) 118.13º 0.69% 0.55% -
XYZ 11.01 19.54 5.57 -
YUV 101.25 95.69 89.31 -
System Red Green Blue C M Y K H S L
Decimal 47 140 44 0.66 0 0.69 0.45 118.13 0.52 0.36
Hex 2F 8C 2C 42 0 45 2D 76 34 24
Octal 57 214 54 102 0 105 55 166 64 44
Binary 101111 10001100 101100 1000010 0 1000101 101101 1110110 110100 100100

Color Harmonies of #2F8C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8C2C

Black with #2F8C2C

Text Example


Text Example

White with #2F8C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,140,44); }

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

background-color css

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

 a { background-color: rgb(47,140,44); }

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

border-color css

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

 span { border-color: rgb(47,140,44); }

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