Html Css Color HEX #2F9130 Forest Green

📋 copy color: '#2F9130'

red 47 ◦ green 145 ◦ blue 48

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

Shades of Forest Green #2F9130

Tints of Forest Green #2F9130

RGB

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

 GREEN value IS 145 (57.03% from 255) = 60.42%

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

R = 19.58%
G = 60.42%
B = 20%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.67

 K value IS 0.43

RGB Variations

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

Color information

#2F9130 (or 0x2F9130) is known color: Forest Green. HEX triplet: 2F, 91 and 30. RGB value is (47,145,48). Sum of RGB (Red+Green+Blue) = 47+145+48=240 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.58% from 240); Green value is 145 (57.03% from 255 or 60.42% from 240); Blue value is 48 (19.14% from 255 or 20% from 240); Max value from RGB is 145 - color contains mainly: green. Hex color #2F9130 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F9130 is #D06ECF. Grayscale: #686868. Windows color (decimal): -13659856 or 3182895. OLE color: 3182895.

HSL color Cylindrical-coordinate representation of color #2F9130: hue angle of 120.61º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F9130 is Cyan = 0.68, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.43.

Color convert

RGB 47 145 48 -
CMYK 0.68 0 0.67 0.43
HSL 120.61º 0.51% 0.38% -
HSV(B) 120.61º 0.68% 0.57% -
XYZ 11.83 21.07 6.24 -
YUV 104.64 96.03 86.89 -
System Red Green Blue C M Y K H S L
Decimal 47 145 48 0.68 0 0.67 0.43 120.61 0.51 0.38
Hex 2F 91 30 44 0 43 2B 79 33 26
Octal 57 221 60 104 0 103 53 171 63 46
Binary 101111 10010001 110000 1000100 0 1000011 101011 1111001 110011 100110

Color Harmonies of #2F9130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F9130

Black with #2F9130

Text Example


Text Example

White with #2F9130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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