Html Css Color HEX #2C6205 Verdun Green

📋 copy color: '#2C6205'

red 44 ◦ green 98 ◦ blue 5

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

Shades of Verdun Green #2C6205

Tints of Verdun Green #2C6205

RGB

 RED value IS 44 (17.58% from 255) = 29.93%

 GREEN value IS 98 (38.67% from 255) = 66.67%

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

R = 29.93%
G = 66.67%
B = 3.4%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.95

 K value IS 0.62

RGB Variations

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

Color information

#2C6205 (or 0x2C6205) is known color: Verdun Green. HEX triplet: 2C, 62 and 05. RGB value is (44,98,5). Sum of RGB (Red+Green+Blue) = 44+98+5=147 (19% of max value = 765). Red value is 44 (17.58% from 255 or 29.93% from 147); Green value is 98 (38.67% from 255 or 66.67% from 147); Blue value is 5 (2.34% from 255 or 3.40% from 147); Max value from RGB is 98 - color contains mainly: green. Hex color #2C6205 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C6205 is #D39DFA. Grayscale: #474747. Windows color (decimal): -13868539 or 352812. OLE color: 352812.

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

Color convert

RGB 44 98 5 -
CMYK 0.55 0 0.95 0.62
HSL 94.84º 0.9% 0.2% -
HSV(B) 94.84º 0.95% 0.38% -
XYZ 5.43 9.28 1.65 -
YUV 71.25 90.61 108.56 -
System Red Green Blue C M Y K H S L
Decimal 44 98 5 0.55 0 0.95 0.62 94.84 0.9 0.2
Hex 2C 62 5 37 0 5F 3E 5F 5A 14
Octal 54 142 5 67 0 137 76 137 132 24
Binary 101100 1100010 101 110111 0 1011111 111110 1011111 1011010 10100

Color Harmonies of #2C6205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C6205

Black with #2C6205

Text Example


Text Example

White with #2C6205

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,98,5); }

 H1.HeaderClassName
 {
   color: #2C6205;
 }
 .AnyTagClassName
 {
   color: #2C6205;
 }
</style>

background-color css

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

 a { background-color: rgb(44,98,5); }

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

border-color css

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

 span { border-color: rgb(44,98,5); }

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