#2B8B03

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

Shades of Forest Green #2B8B03

Tints of Forest Green #2B8B03

Color information

#2B8B03 (or 0x2B8B03) is unknown color: approx Forest Green. HEX triplet: 2B, 8B and 03. RGB value is (43,139,3). Sum of RGB (Red+Green+Blue) = 43+139+3=185 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.24% from 185); Green value is 139 (54.69% from 255 or 75.14% from 185); Blue value is 3 (1.56% from 255 or 1.62% from 185); Max value from RGB is 139 - color contains mainly: green. Hex color #2B8B03 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2B8B03 is #D474FC. Grayscale: #5F5F5F. Windows color (decimal): -13923581 or 232235. OLE color: 232235.

HSL color Cylindrical-coordinate representation of color #2B8B03: hue angle of 102.35º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2B8B03 is Cyan = 0.69, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.45.

Color convert

RGB431393-
CMYK0.6900.980.45
HSL102.35º95.77%27.84%-
HSV(B)102.35º97.84%54.51%-
XYZ10.2518.993.21-
YUV94.7976.291.06-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 23.24%
GREEN value IS 139 (54.69% from 255) = 75.14%
BLUE value IS 3 (1.56% from 255) = 1.62%
R=23.24%
G=75.14%
B=1.62%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal4313930.6900.980.45102.3595.7727.84
Hex2B8B3450622D66601c
Octal53213310501425514614034
Binary10101110001011111000101011000101011011100110110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,139,3); }

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

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

 a { background-color: rgb(43,139,3); }

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

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

 span { border-color: rgb(43,139,3); }

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