#2B6003

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

Shades of Verdun Green #2B6003

Tints of Verdun Green #2B6003

Color information

#2B6003 (or 0x2B6003) is unknown color: approx Verdun Green. HEX triplet: 2B, 60 and 03. RGB value is (43,96,3). Sum of RGB (Red+Green+Blue) = 43+96+3=142 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.28% from 142); Green value is 96 (37.89% from 255 or 67.61% from 142); Blue value is 3 (1.56% from 255 or 2.11% from 142); Max value from RGB is 96 - color contains mainly: green. Hex color #2B6003 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B6003 is #D49FFC. Grayscale: #454545. Windows color (decimal): -13934589 or 221227. OLE color: 221227.

HSL color Cylindrical-coordinate representation of color #2B6003: hue angle of 94.19º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2B6003 is Cyan = 0.55, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.62.

Color convert

RGB43963-
CMYK0.5500.970.62
HSL94.19º93.94%19.41%-
HSV(B)94.19º96.88%37.65%-
XYZ5.28.891.53-
YUV69.5590.44109.06-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 30.28%
GREEN value IS 96 (37.89% from 255) = 67.61%
BLUE value IS 3 (1.56% from 255) = 2.11%
R=30.28%
G=67.61%
B=2.11%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal439630.5500.970.6294.1993.9419.41
Hex2B603370613E5e5e13
Octal5314036701417613613623
Binary101011110000011110111011000011111101011110101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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