Html Css Color HEX #2F8426 Forest Green

📋 copy color: '#2F8426'

red 47 ◦ green 132 ◦ blue 38

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

Shades of Forest Green #2F8426

Tints of Forest Green #2F8426

RGB

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

 GREEN value IS 132 (51.95% from 255) = 60.83%

 BLUE value IS 38 (15.23% from 255) = 17.51%

R = 21.66%
G = 60.83%
B = 17.51%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.71

 K value IS 0.48

RGB Variations

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

Color information

#2F8426 (or 0x2F8426) is known color: Forest Green. HEX triplet: 2F, 84 and 26. RGB value is (47,132,38). Sum of RGB (Red+Green+Blue) = 47+132+38=217 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.66% from 217); Green value is 132 (51.95% from 255 or 60.83% from 217); Blue value is 38 (15.23% from 255 or 17.51% from 217); Max value from RGB is 132 - color contains mainly: green. Hex color #2F8426 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F8426 is #D07BD9. Grayscale: #606060. Windows color (decimal): -13663194 or 2524207. OLE color: 2524207.

HSL color Cylindrical-coordinate representation of color #2F8426: hue angle of 114.26º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2F8426 is Cyan = 0.64, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.48.

Color convert

RGB 47 132 38 -
CMYK 0.64 0 0.71 0.48
HSL 114.26º 0.55% 0.33% -
HSV(B) 114.26º 0.71% 0.52% -
XYZ 9.77 17.25 4.65 -
YUV 95.87 95.34 93.14 -
System Red Green Blue C M Y K H S L
Decimal 47 132 38 0.64 0 0.71 0.48 114.26 0.55 0.33
Hex 2F 84 26 40 0 47 30 72 37 21
Octal 57 204 46 100 0 107 60 162 67 41
Binary 101111 10000100 100110 1000000 0 1000111 110000 1110010 110111 100001

Color Harmonies of #2F8426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8426

Black with #2F8426

Text Example


Text Example

White with #2F8426

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,132,38); }

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

background-color css

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

 a { background-color: rgb(47,132,38); }

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

border-color css

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

 span { border-color: rgb(47,132,38); }

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