#2B6203

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

Shades of Verdun Green #2B6203

Tints of Verdun Green #2B6203

Color information

#2B6203 (or 0x2B6203) is unknown color: approx Verdun Green. HEX triplet: 2B, 62 and 03. RGB value is (43,98,3). Sum of RGB (Red+Green+Blue) = 43+98+3=144 (19% of max value = 765). Red value is 43 (17.19% from 255 or 29.86% from 144); Green value is 98 (38.67% from 255 or 68.06% from 144); Blue value is 3 (1.56% from 255 or 2.08% from 144); Max value from RGB is 98 - color contains mainly: green. Hex color #2B6203 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B6203 is #D49DFC. Grayscale: #474747. Windows color (decimal): -13934077 or 221739. OLE color: 221739.

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

Color convert

RGB43983-
CMYK0.5600.970.62
HSL94.74º94.06%19.8%-
HSV(B)94.74º96.94%38.43%-
XYZ5.389.261.59-
YUV70.7289.78108.22-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 29.86%
GREEN value IS 98 (38.67% from 255) = 68.06%
BLUE value IS 3 (1.56% from 255) = 2.08%
R=29.86%
G=68.06%
B=2.08%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal439830.5600.970.6294.7494.0619.8
Hex2B623380613E5f5e14
Octal5314237001417613713624
Binary101011110001011111000011000011111101011111101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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