#2B850A

Color #2B850A Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #2B850A

Tints of Forest Green #2B850A

Color information

#2B850A (or 0x2B850A) is unknown color: approx Forest Green. HEX triplet: 2B, 85 and 0A. RGB value is (43,133,10). Sum of RGB (Red+Green+Blue) = 43+133+10=186 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.12% from 186); Green value is 133 (52.34% from 255 or 71.51% from 186); Blue value is 10 (4.30% from 255 or 5.38% from 186); Max value from RGB is 133 - color contains mainly: green. Hex color #2B850A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2B850A is #D47AF5. Grayscale: #5C5C5C. Windows color (decimal): -13925110 or 689451. OLE color: 689451.

HSL color Cylindrical-coordinate representation of color #2B850A: hue angle of 103.9º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2B850A is Cyan = 0.68, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB4313310-
CMYK0.6800.920.48
HSL103.9º86.01%28.04%-
HSV(B)103.9º92.48%52.16%-
XYZ9.4417.313.13-
YUV92.0781.6893-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 23.12%
GREEN value IS 133 (52.34% from 255) = 71.51%
BLUE value IS 10 (4.30% from 255) = 5.38%
R=23.12%
G=71.51%
B=5.38%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal43133100.6800.920.48103.986.0128.04
Hex2B85A4405C3068561c
Octal532051210401346015012634
Binary1010111000010110101000100010111001100001101000101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B850A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,133,10); }

 H1.HeaderClassName
 {
   color: #2B850A;
 }
 .AnyTagClassName
 {
   color: #2B850A;
 }
</style>
background-color css

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

 a { background-color: rgb(43,133,10); }

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

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

 span { border-color: rgb(43,133,10); }

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