Html Css Color HEX #2D5C02 Verdun Green

📋 copy color: '#2D5C02'

red 45 ◦ green 92 ◦ blue 2

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

Shades of Verdun Green #2D5C02

Tints of Verdun Green #2D5C02

RGB

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

 GREEN value IS 92 (36.33% from 255) = 66.19%

 BLUE value IS 2 (1.17% from 255) = 1.44%

R = 32.37%
G = 66.19%
B = 1.44%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.98

 K value IS 0.64

RGB Variations

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

Color information

#2D5C02 (or 0x2D5C02) is known color: Verdun Green. HEX triplet: 2D, 5C and 02. RGB value is (45,92,2). Sum of RGB (Red+Green+Blue) = 45+92+2=139 (18% of max value = 765). Red value is 45 (17.97% from 255 or 32.37% from 139); Green value is 92 (36.33% from 255 or 66.19% from 139); Blue value is 2 (1.17% from 255 or 1.44% from 139); Max value from RGB is 92 - color contains mainly: green. Hex color #2D5C02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D5C02 is #D2A3FD. Grayscale: #444444. Windows color (decimal): -13804542 or 154669. OLE color: 154669.

HSL color Cylindrical-coordinate representation of color #2D5C02: hue angle of 91.33º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2D5C02 is Cyan = 0.51, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.64.

Color convert

RGB 45 92 2 -
CMYK 0.51 0 0.98 0.64
HSL 91.33º 0.96% 0.18% -
HSV(B) 91.33º 0.98% 0.36% -
XYZ 4.92 8.22 1.38 -
YUV 67.69 90.93 111.82 -
System Red Green Blue C M Y K H S L
Decimal 45 92 2 0.51 0 0.98 0.64 91.33 0.96 0.18
Hex 2D 5C 2 33 0 62 40 5B 60 12
Octal 55 134 2 63 0 142 100 133 140 22
Binary 101101 1011100 10 110011 0 1100010 1000000 1011011 1100000 10010

Color Harmonies of #2D5C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D5C02

Black with #2D5C02

Text Example


Text Example

White with #2D5C02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,92,2); }

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

background-color css

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

 a { background-color: rgb(45,92,2); }

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

border-color css

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

 span { border-color: rgb(45,92,2); }

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