Html Css Color HEX #2F8A2F Forest Green

📋 copy color: '#2F8A2F'

red 47 ◦ green 138 ◦ blue 47

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

Shades of Forest Green #2F8A2F

Tints of Forest Green #2F8A2F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 59.48%

 BLUE value IS 47 (18.75% from 255) = 20.26%

R = 20.26%
G = 59.48%
B = 20.26%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.66

 K value IS 0.46

RGB Variations

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

Color information

#2F8A2F (or 0x2F8A2F) is known color: Forest Green. HEX triplet: 2F, 8A and 2F. RGB value is (47,138,47). Sum of RGB (Red+Green+Blue) = 47+138+47=232 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.26% from 232); Green value is 138 (54.30% from 255 or 59.48% from 232); Blue value is 47 (18.75% from 255 or 20.26% from 232); Max value from RGB is 138 - color contains mainly: green. Hex color #2F8A2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F8A2F is #D075D0. Grayscale: #646464. Windows color (decimal): -13661649 or 3115567. OLE color: 3115567.

HSL color Cylindrical-coordinate representation of color #2F8A2F: hue angle of 120º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F8A2F is Cyan = 0.66, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.46.

Color convert

RGB 47 138 47 -
CMYK 0.66 0 0.66 0.46
HSL 120º 0.49% 0.36% -
HSV(B) 120º 0.66% 0.54% -
XYZ 10.77 18.99 5.79 -
YUV 100.42 97.85 89.9 -
System Red Green Blue C M Y K H S L
Decimal 47 138 47 0.66 0 0.66 0.46 120 0.49 0.36
Hex 2F 8A 2F 42 0 42 2E 78 31 24
Octal 57 212 57 102 0 102 56 170 61 44
Binary 101111 10001010 101111 1000010 0 1000010 101110 1111000 110001 100100

Color Harmonies of #2F8A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8A2F

Black with #2F8A2F

Text Example


Text Example

White with #2F8A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,138,47); }

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

background-color css

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

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

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

border-color css

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

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

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