Html Css Color HEX #2F6100 Verdun Green

📋 copy color: '#2F6100'

red 47 ◦ green 97 ◦ blue 0

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

Shades of Verdun Green #2F6100

Tints of Verdun Green #2F6100

RGB

 RED value IS 47 (18.75% from 255) = 32.64%

 GREEN value IS 97 (38.28% from 255) = 67.36%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 32.64%
G = 67.36%
B = 0%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#2F6100 (or 0x2F6100) is known color: Verdun Green. HEX triplet: 2F, 61 and 00. RGB value is (47,97,0). Sum of RGB (Red+Green+Blue) = 47+97+0=144 (19% of max value = 765). Red value is 47 (18.75% from 255 or 32.64% from 144); Green value is 97 (38.28% from 255 or 67.36% from 144); Blue value is 0 (0.39% from 255 or 0% from 144); Max value from RGB is 97 - color contains mainly: green. Hex color #2F6100 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F6100 is #D09EFF. Grayscale: #474747. Windows color (decimal): -13672192 or 24879. OLE color: 24879.

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

Color convert

RGB 47 97 0 -
CMYK 0.52 0 1 0.62
HSL 90.93º 1% 0.19% -
HSV(B) 90.93º 1% 0.38% -
XYZ 5.45 9.15 1.48 -
YUV 70.99 87.94 110.89 -
System Red Green Blue C M Y K H S L
Decimal 47 97 0 0.52 0 1 0.62 90.93 1 0.19
Hex 2F 61 0 34 0 64 3E 5B 64 13
Octal 57 141 0 64 0 144 76 133 144 23
Binary 101111 1100001 0 110100 0 1100100 111110 1011011 1100100 10011

Color Harmonies of #2F6100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6100

Black with #2F6100

Text Example


Text Example

White with #2F6100

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,97,0); }

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

background-color css

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

 a { background-color: rgb(47,97,0); }

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

border-color css

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

 span { border-color: rgb(47,97,0); }

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