#2D6305

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

Shades of Verdun Green #2D6305

Tints of Verdun Green #2D6305

Color information

#2D6305 (or 0x2D6305) is unknown color: approx Verdun Green. HEX triplet: 2D, 63 and 05. RGB value is (45,99,5). Sum of RGB (Red+Green+Blue) = 45+99+5=149 (19% of max value = 765). Red value is 45 (17.97% from 255 or 30.20% from 149); Green value is 99 (39.06% from 255 or 66.44% from 149); Blue value is 5 (2.34% from 255 or 3.36% from 149); Max value from RGB is 99 - color contains mainly: green. Hex color #2D6305 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D6305 is #D29CFA. Grayscale: #484848. Windows color (decimal): -13802747 or 353069. OLE color: 353069.

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

Color convert

RGB45995-
CMYK0.5500.950.61
HSL94.47º90.38%20.39%-
HSV(B)94.47º94.95%38.82%-
XYZ5.579.491.68-
YUV72.1490.11108.64-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 30.20%
GREEN value IS 99 (39.06% from 255) = 66.44%
BLUE value IS 5 (2.34% from 255) = 3.36%
R=30.20%
G=66.44%
B=3.36%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal459950.5500.950.6194.4790.3820.39
Hex2D6353705F3D5e5a14
Octal5514356701377513613224
Binary1011011100011101110111010111111111011011110101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D6305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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