Html Css Color HEX #2F8226 Forest Green

📋 copy color: '#2F8226'

red 47 ◦ green 130 ◦ blue 38

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

Shades of Forest Green #2F8226

Tints of Forest Green #2F8226

RGB

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

 GREEN value IS 130 (51.17% from 255) = 60.47%

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

R = 21.86%
G = 60.47%
B = 17.67%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.71

 K value IS 0.49

RGB Variations

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

Color information

#2F8226 (or 0x2F8226) is known color: Forest Green. HEX triplet: 2F, 82 and 26. RGB value is (47,130,38). Sum of RGB (Red+Green+Blue) = 47+130+38=215 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.86% from 215); Green value is 130 (51.17% from 255 or 60.47% from 215); Blue value is 38 (15.23% from 255 or 17.67% from 215); Max value from RGB is 130 - color contains mainly: green. Hex color #2F8226 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F8226 is #D07DD9. Grayscale: #5E5E5E. Windows color (decimal): -13663706 or 2523695. OLE color: 2523695.

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

Color convert

RGB 47 130 38 -
CMYK 0.64 0 0.71 0.49
HSL 114.13º 0.55% 0.33% -
HSV(B) 114.13º 0.71% 0.51% -
XYZ 9.5 16.71 4.56 -
YUV 94.7 96 93.98 -
System Red Green Blue C M Y K H S L
Decimal 47 130 38 0.64 0 0.71 0.49 114.13 0.55 0.33
Hex 2F 82 26 40 0 47 31 72 37 21
Octal 57 202 46 100 0 107 61 162 67 41
Binary 101111 10000010 100110 1000000 0 1000111 110001 1110010 110111 100001

Color Harmonies of #2F8226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8226

Black with #2F8226

Text Example


Text Example

White with #2F8226

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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