#2D6001

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

Shades of Verdun Green #2D6001

Tints of Verdun Green #2D6001

Color information

#2D6001 (or 0x2D6001) is unknown color: approx Verdun Green. HEX triplet: 2D, 60 and 01. RGB value is (45,96,1). Sum of RGB (Red+Green+Blue) = 45+96+1=142 (18% of max value = 765). Red value is 45 (17.97% from 255 or 31.69% from 142); Green value is 96 (37.89% from 255 or 67.61% from 142); Blue value is 1 (0.78% from 255 or 0.70% from 142); Max value from RGB is 96 - color contains mainly: green. Hex color #2D6001 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D6001 is #D29FFE. Grayscale: #464646. Windows color (decimal): -13803519 or 90157. OLE color: 90157.

HSL color Cylindrical-coordinate representation of color #2D6001: hue angle of 92.21º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2D6001 is Cyan = 0.53, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.62.

Color convert

RGB45961-
CMYK0.5300.990.62
HSL92.21º97.94%19.02%-
HSV(B)92.21º98.96%37.65%-
XYZ5.278.931.47-
YUV69.9289.1110.22-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 31.69%
GREEN value IS 96 (37.89% from 255) = 67.61%
BLUE value IS 1 (0.78% from 255) = 0.70%
R=31.69%
G=67.61%
B=0.70%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal459610.5300.990.6292.2197.9419.02
Hex2D601350633E5c6213
Octal5514016501437613414223
Binary10110111000001110101011000111111101011100110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D6001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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