Html Css Color HEX #2F9230 Forest Green

📋 copy color: '#2F9230'

red 47 ◦ green 146 ◦ blue 48

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

Shades of Forest Green #2F9230

Tints of Forest Green #2F9230

RGB

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

 GREEN value IS 146 (57.42% from 255) = 60.58%

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

R = 19.5%
G = 60.58%
B = 19.92%

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

#2F9230 (or 0x2F9230) is known color: Forest Green. HEX triplet: 2F, 92 and 30. RGB value is (47,146,48). Sum of RGB (Red+Green+Blue) = 47+146+48=241 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.50% from 241); Green value is 146 (57.42% from 255 or 60.58% from 241); Blue value is 48 (19.14% from 255 or 19.92% from 241); Max value from RGB is 146 - color contains mainly: green. Hex color #2F9230 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F9230 is #D06DCF. Grayscale: #696969. Windows color (decimal): -13659600 or 3183151. OLE color: 3183151.

HSL color Cylindrical-coordinate representation of color #2F9230: 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 #2F9230 is Cyan = 0.68, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.43.

Color convert

RGB 47 146 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.98 21.38 6.29 -
YUV 105.23 95.7 86.47 -
System Red Green Blue C M Y K H S L
Decimal 47 146 48 0.68 0 0.67 0.43 120.61 0.51 0.38
Hex 2F 92 30 44 0 43 2B 79 33 26
Octal 57 222 60 104 0 103 53 171 63 46
Binary 101111 10010010 110000 1000100 0 1000011 101011 1111001 110011 100110

Color Harmonies of #2F9230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F9230

Black with #2F9230

Text Example


Text Example

White with #2F9230

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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