#2D5D03

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

Shades of Verdun Green #2D5D03

Tints of Verdun Green #2D5D03

Color information

#2D5D03 (or 0x2D5D03) is unknown color: approx Verdun Green. HEX triplet: 2D, 5D and 03. RGB value is (45,93,3). Sum of RGB (Red+Green+Blue) = 45+93+3=141 (18% of max value = 765). Red value is 45 (17.97% from 255 or 31.91% from 141); Green value is 93 (36.72% from 255 or 65.96% from 141); Blue value is 3 (1.56% from 255 or 2.13% from 141); Max value from RGB is 93 - color contains mainly: green. Hex color #2D5D03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D5D03 is #D2A2FC. Grayscale: #444444. Windows color (decimal): -13804285 or 220461. OLE color: 220461.

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

Color convert

RGB45933-
CMYK0.5200.970.64
HSL92º93.75%18.82%-
HSV(B)92º96.77%36.47%-
XYZ5.018.391.44-
YUV68.3991.1111.32-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 31.91%
GREEN value IS 93 (36.72% from 255) = 65.96%
BLUE value IS 3 (1.56% from 255) = 2.13%
R=31.91%
G=65.96%
B=2.13%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal459330.5200.970.649293.7518.82
Hex2D5D334061405c5e13
Octal55135364014110013413623
Binary1011011011101111101000110000110000001011100101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D5D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,93,3); }

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

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

 a { background-color: rgb(45,93,3); }

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

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

 span { border-color: rgb(45,93,3); }

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