#2D5901

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

Shades of Verdun Green #2D5901

Tints of Verdun Green #2D5901

Color information

#2D5901 (or 0x2D5901) is unknown color: approx Verdun Green. HEX triplet: 2D, 59 and 01. RGB value is (45,89,1). Sum of RGB (Red+Green+Blue) = 45+89+1=135 (17% of max value = 765). Red value is 45 (17.97% from 255 or 33.33% from 135); Green value is 89 (35.16% from 255 or 65.93% from 135); Blue value is 1 (0.78% from 255 or 0.74% from 135); Max value from RGB is 89 - color contains mainly: green. Hex color #2D5901 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D5901 is #D2A6FE. Grayscale: #424242. Windows color (decimal): -13805311 or 88365. OLE color: 88365.

HSL color Cylindrical-coordinate representation of color #2D5901: hue angle of 90º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2D5901 is Cyan = 0.49, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.65.

Color convert

RGB45891-
CMYK0.4900.990.65
HSL90º97.78%17.65%-
HSV(B)90º98.88%34.9%-
XYZ4.667.71.27-
YUV65.8191.42113.16-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 33.33%
GREEN value IS 89 (35.16% from 255) = 65.93%
BLUE value IS 1 (0.78% from 255) = 0.74%
R=33.33%
G=65.93%
B=0.74%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal458910.4900.990.659097.7817.65
Hex2D59131063415a6212
Octal55131161014310113214222
Binary101101101100111100010110001110000011011010110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D5901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,89,1); }

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

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

 a { background-color: rgb(45,89,1); }

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

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

 span { border-color: rgb(45,89,1); }

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