Html Css Color HEX #2F902F Forest Green

📋 copy color: '#2F902F'

red 47 ◦ green 144 ◦ blue 47

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

Shades of Forest Green #2F902F

Tints of Forest Green #2F902F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 60.5%

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

R = 19.75%
G = 60.5%
B = 19.75%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.67

 K value IS 0.44

RGB Variations

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

Color information

#2F902F (or 0x2F902F) is known color: Forest Green. HEX triplet: 2F, 90 and 2F. RGB value is (47,144,47). Sum of RGB (Red+Green+Blue) = 47+144+47=238 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.75% from 238); Green value is 144 (56.64% from 255 or 60.50% from 238); Blue value is 47 (18.75% from 255 or 19.75% from 238); Max value from RGB is 144 - color contains mainly: green. Hex color #2F902F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F902F is #D06FD0. Grayscale: #686868. Windows color (decimal): -13660113 or 3117103. OLE color: 3117103.

HSL color Cylindrical-coordinate representation of color #2F902F: hue angle of 120º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F902F is Cyan = 0.67, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.44.

Color convert

RGB 47 144 47 -
CMYK 0.67 0 0.67 0.44
HSL 120º 0.51% 0.37% -
HSV(B) 120º 0.67% 0.56% -
XYZ 11.66 20.76 6.08 -
YUV 103.94 95.86 87.39 -
System Red Green Blue C M Y K H S L
Decimal 47 144 47 0.67 0 0.67 0.44 120 0.51 0.37
Hex 2F 90 2F 43 0 43 2C 78 33 25
Octal 57 220 57 103 0 103 54 170 63 45
Binary 101111 10010000 101111 1000011 0 1000011 101100 1111000 110011 100101

Color Harmonies of #2F902F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F902F

Black with #2F902F

Text Example


Text Example

White with #2F902F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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