#2C6103

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

Shades of Verdun Green #2C6103

Tints of Verdun Green #2C6103

Color information

#2C6103 (or 0x2C6103) is unknown color: approx Verdun Green. HEX triplet: 2C, 61 and 03. RGB value is (44,97,3). Sum of RGB (Red+Green+Blue) = 44+97+3=144 (19% of max value = 765). Red value is 44 (17.58% from 255 or 30.56% from 144); Green value is 97 (38.28% from 255 or 67.36% from 144); Blue value is 3 (1.56% from 255 or 2.08% from 144); Max value from RGB is 97 - color contains mainly: green. Hex color #2C6103 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C6103 is #D39EFC. Grayscale: #464646. Windows color (decimal): -13868797 or 221484. OLE color: 221484.

HSL color Cylindrical-coordinate representation of color #2C6103: hue angle of 93.83º 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 #2C6103 is Cyan = 0.55, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.62.

Color convert

RGB44973-
CMYK0.5500.970.62
HSL93.83º94%19.61%-
HSV(B)93.83º96.91%38.04%-
XYZ5.339.091.56-
YUV70.4489.94109.14-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 30.56%
GREEN value IS 97 (38.28% from 255) = 67.36%
BLUE value IS 3 (1.56% from 255) = 2.08%
R=30.56%
G=67.36%
B=2.08%

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
Decimal449730.5500.970.6293.839419.61
Hex2C613370613E5e5e14
Octal5414136701417613613624
Binary101100110000111110111011000011111101011110101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,97,3); }

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

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

 a { background-color: rgb(44,97,3); }

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

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

 span { border-color: rgb(44,97,3); }

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