Html Css Color HEX #2D6305 Verdun Green

📋 copy color: '#2D6305'

red 45 ◦ green 99 ◦ blue 5

#2D6305
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdun Green #2D6305

Tints of Verdun Green #2D6305

RGB

 RED value IS 45 (17.97% from 255) = 30.2%

 GREEN value IS 99 (39.06% from 255) = 66.44%

 BLUE value IS 5 (2.34% from 255) = 3.36%

R = 30.2%
G = 66.44%
B = 3.36%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.95

 K value IS 0.61

RGB Variations

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

Color information

#2D6305 (or 0x2D6305) is known color: 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

RGB 45 99 5 -
CMYK 0.55 0 0.95 0.61
HSL 94.47º 0.9% 0.2% -
HSV(B) 94.47º 0.95% 0.39% -
XYZ 5.57 9.49 1.68 -
YUV 72.14 90.11 108.64 -
System Red Green Blue C M Y K H S L
Decimal 45 99 5 0.55 0 0.95 0.61 94.47 0.9 0.2
Hex 2D 63 5 37 0 5F 3D 5E 5A 14
Octal 55 143 5 67 0 137 75 136 132 24
Binary 101101 1100011 101 110111 0 1011111 111101 1011110 1011010 10100

Color Harmonies of #2D6305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D6305

Black with #2D6305

Text Example


Text Example

White with #2D6305

Text Example


Text Example

HTML Codes & Css Web 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>