Html Css Color HEX #2F8527 Forest Green

📋 copy color: '#2F8527'

red 47 ◦ green 133 ◦ blue 39

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

Shades of Forest Green #2F8527

Tints of Forest Green #2F8527

RGB

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

 GREEN value IS 133 (52.34% from 255) = 60.73%

 BLUE value IS 39 (15.63% from 255) = 17.81%

R = 21.46%
G = 60.73%
B = 17.81%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.71

 K value IS 0.48

RGB Variations

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

Color information

#2F8527 (or 0x2F8527) is known color: Forest Green. HEX triplet: 2F, 85 and 27. RGB value is (47,133,39). Sum of RGB (Red+Green+Blue) = 47+133+39=219 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.46% from 219); Green value is 133 (52.34% from 255 or 60.73% from 219); Blue value is 39 (15.62% from 255 or 17.81% from 219); Max value from RGB is 133 - color contains mainly: green. Hex color #2F8527 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F8527 is #D07AD8. Grayscale: #606060. Windows color (decimal): -13662937 or 2589999. OLE color: 2589999.

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

Color convert

RGB 47 133 39 -
CMYK 0.65 0 0.71 0.48
HSL 114.89º 0.55% 0.34% -
HSV(B) 114.89º 0.71% 0.52% -
XYZ 9.93 17.53 4.78 -
YUV 96.57 95.51 92.64 -
System Red Green Blue C M Y K H S L
Decimal 47 133 39 0.65 0 0.71 0.48 114.89 0.55 0.34
Hex 2F 85 27 41 0 47 30 73 37 22
Octal 57 205 47 101 0 107 60 163 67 42
Binary 101111 10000101 100111 1000001 0 1000111 110000 1110011 110111 100010

Color Harmonies of #2F8527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8527

Black with #2F8527

Text Example


Text Example

White with #2F8527

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,133,39); }

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

background-color css

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

 a { background-color: rgb(47,133,39); }

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

border-color css

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

 span { border-color: rgb(47,133,39); }

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