Html Css Color HEX #2F9830 Forest Green

📋 copy color: '#2F9830'

red 47 ◦ green 152 ◦ blue 48

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

Shades of Forest Green #2F9830

Tints of Forest Green #2F9830

RGB

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

 GREEN value IS 152 (59.77% from 255) = 61.54%

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

R = 19.03%
G = 61.54%
B = 19.43%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.68

 K value IS 0.40

RGB Variations

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

Color information

#2F9830 (or 0x2F9830) is known color: Forest Green. HEX triplet: 2F, 98 and 30. RGB value is (47,152,48). Sum of RGB (Red+Green+Blue) = 47+152+48=247 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.03% from 247); Green value is 152 (59.77% from 255 or 61.54% from 247); Blue value is 48 (19.14% from 255 or 19.43% from 247); Max value from RGB is 152 - color contains mainly: green. Hex color #2F9830 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F9830 is #D067CF. Grayscale: #6D6D6D. Windows color (decimal): -13658064 or 3184687. OLE color: 3184687.

HSL color Cylindrical-coordinate representation of color #2F9830: hue angle of 120.57º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F9830 is Cyan = 0.69, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.40.

Color convert

RGB 47 152 48 -
CMYK 0.69 0 0.68 0.40
HSL 120.57º 0.53% 0.39% -
HSV(B) 120.57º 0.69% 0.6% -
XYZ 12.93 23.27 6.61 -
YUV 108.75 93.71 83.96 -
System Red Green Blue C M Y K H S L
Decimal 47 152 48 0.69 0 0.68 0.40 120.57 0.53 0.39
Hex 2F 98 30 45 0 44 28 79 35 27
Octal 57 230 60 105 0 104 50 171 65 47
Binary 101111 10011000 110000 1000101 0 1000100 101000 1111001 110101 100111

Color Harmonies of #2F9830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F9830

Black with #2F9830

Text Example


Text Example

White with #2F9830

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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