Html Css Color HEX #2F8F30 Forest Green

📋 copy color: '#2F8F30'

red 47 ◦ green 143 ◦ blue 48

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

Shades of Forest Green #2F8F30

Tints of Forest Green #2F8F30

RGB

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

 GREEN value IS 143 (56.25% from 255) = 60.08%

 BLUE value IS 48 (19.14% from 255) = 20.17%

R = 19.75%
G = 60.08%
B = 20.17%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.66

 K value IS 0.44

RGB Variations

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

Color information

#2F8F30 (or 0x2F8F30) is known color: Forest Green. HEX triplet: 2F, 8F and 30. RGB value is (47,143,48). Sum of RGB (Red+Green+Blue) = 47+143+48=238 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.75% from 238); Green value is 143 (56.25% from 255 or 60.08% from 238); Blue value is 48 (19.14% from 255 or 20.17% from 238); Max value from RGB is 143 - color contains mainly: green. Hex color #2F8F30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F8F30 is #D070CF. Grayscale: #676767. Windows color (decimal): -13660368 or 3182383. OLE color: 3182383.

HSL color Cylindrical-coordinate representation of color #2F8F30: hue angle of 120.63º 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 #2F8F30 is Cyan = 0.67, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.44.

Color convert

RGB 47 143 48 -
CMYK 0.67 0 0.66 0.44
HSL 120.63º 0.51% 0.37% -
HSV(B) 120.63º 0.67% 0.56% -
XYZ 11.53 20.46 6.14 -
YUV 103.47 96.7 87.72 -
System Red Green Blue C M Y K H S L
Decimal 47 143 48 0.67 0 0.66 0.44 120.63 0.51 0.37
Hex 2F 8F 30 43 0 42 2C 79 33 25
Octal 57 217 60 103 0 102 54 171 63 45
Binary 101111 10001111 110000 1000011 0 1000010 101100 1111001 110011 100101

Color Harmonies of #2F8F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8F30

Black with #2F8F30

Text Example


Text Example

White with #2F8F30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,143,48); }

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

background-color css

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

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

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

border-color css

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

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

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