Html Css Color HEX #2F6504 Verdun Green

📋 copy color: '#2F6504'

red 47 ◦ green 101 ◦ blue 4

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

Shades of Verdun Green #2F6504

Tints of Verdun Green #2F6504

RGB

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

 GREEN value IS 101 (39.84% from 255) = 66.45%

 BLUE value IS 4 (1.95% from 255) = 2.63%

R = 30.92%
G = 66.45%
B = 2.63%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.96

 K value IS 0.60

RGB Variations

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

Color information

#2F6504 (or 0x2F6504) is known color: Verdun Green. HEX triplet: 2F, 65 and 04. RGB value is (47,101,4). Sum of RGB (Red+Green+Blue) = 47+101+4=152 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.92% from 152); Green value is 101 (39.84% from 255 or 66.45% from 152); Blue value is 4 (1.95% from 255 or 2.63% from 152); Max value from RGB is 101 - color contains mainly: green. Hex color #2F6504 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F6504 is #D09AFB. Grayscale: #4A4A4A. Windows color (decimal): -13671164 or 288047. OLE color: 288047.

HSL color Cylindrical-coordinate representation of color #2F6504: hue angle of 93.4º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2F6504 is Cyan = 0.53, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.60.

Color convert

RGB 47 101 4 -
CMYK 0.53 0 0.96 0.60
HSL 93.4º 0.92% 0.21% -
HSV(B) 93.4º 0.96% 0.4% -
XYZ 5.85 9.92 1.72 -
YUV 73.8 88.61 108.89 -
System Red Green Blue C M Y K H S L
Decimal 47 101 4 0.53 0 0.96 0.60 93.4 0.92 0.21
Hex 2F 65 4 35 0 60 3C 5D 5C 15
Octal 57 145 4 65 0 140 74 135 134 25
Binary 101111 1100101 100 110101 0 1100000 111100 1011101 1011100 10101

Color Harmonies of #2F6504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6504

Black with #2F6504

Text Example


Text Example

White with #2F6504

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,101,4); }

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

background-color css

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

 a { background-color: rgb(47,101,4); }

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

border-color css

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

 span { border-color: rgb(47,101,4); }

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