Html Css Color HEX #2F9030 Forest Green

📋 copy color: '#2F9030'

red 47 ◦ green 144 ◦ blue 48

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

Shades of Forest Green #2F9030

Tints of Forest Green #2F9030

RGB

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

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

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

R = 19.67%
G = 60.25%
B = 20.08%

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

#2F9030 (or 0x2F9030) is known color: Forest Green. HEX triplet: 2F, 90 and 30. RGB value is (47,144,48). Sum of RGB (Red+Green+Blue) = 47+144+48=239 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.67% from 239); Green value is 144 (56.64% from 255 or 60.25% from 239); Blue value is 48 (19.14% from 255 or 20.08% from 239); Max value from RGB is 144 - color contains mainly: green. Hex color #2F9030 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F9030 is #D06FCF. Grayscale: #686868. Windows color (decimal): -13660112 or 3182639. OLE color: 3182639.

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

Color convert

RGB 47 144 48 -
CMYK 0.67 0 0.67 0.44
HSL 120.62º 0.51% 0.37% -
HSV(B) 120.62º 0.67% 0.56% -
XYZ 11.68 20.76 6.19 -
YUV 104.05 96.36 87.31 -
System Red Green Blue C M Y K H S L
Decimal 47 144 48 0.67 0 0.67 0.44 120.62 0.51 0.37
Hex 2F 90 30 43 0 43 2C 79 33 25
Octal 57 220 60 103 0 103 54 171 63 45
Binary 101111 10010000 110000 1000011 0 1000011 101100 1111001 110011 100101

Color Harmonies of #2F9030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F9030

Black with #2F9030

Text Example


Text Example

White with #2F9030

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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