#2D6105

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

Shades of Verdun Green #2D6105

Tints of Verdun Green #2D6105

Color information

#2D6105 (or 0x2D6105) is unknown color: approx Verdun Green. HEX triplet: 2D, 61 and 05. RGB value is (45,97,5). Sum of RGB (Red+Green+Blue) = 45+97+5=147 (19% of max value = 765). Red value is 45 (17.97% from 255 or 30.61% from 147); Green value is 97 (38.28% from 255 or 65.99% from 147); Blue value is 5 (2.34% from 255 or 3.40% from 147); Max value from RGB is 97 - color contains mainly: green. Hex color #2D6105 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D6105 is #D29EFA. Grayscale: #474747. Windows color (decimal): -13803259 or 352557. OLE color: 352557.

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

Color convert

RGB45975-
CMYK0.5400.950.62
HSL93.91º90.2%20%-
HSV(B)93.91º94.85%38.04%-
XYZ5.389.121.62-
YUV70.9690.77109.48-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 30.61%
GREEN value IS 97 (38.28% from 255) = 65.99%
BLUE value IS 5 (2.34% from 255) = 3.40%
R=30.61%
G=65.99%
B=3.40%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal459750.5400.950.6293.9190.220
Hex2D6153605F3E5e5a14
Octal5514156601377613613224
Binary1011011100001101110110010111111111101011110101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D6105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,97,5); }

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

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

 a { background-color: rgb(45,97,5); }

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

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

 span { border-color: rgb(45,97,5); }

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