Html Css Color HEX #2F5F03 Verdun Green

📋 copy color: '#2F5F03'

red 47 ◦ green 95 ◦ blue 3

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

Shades of Verdun Green #2F5F03

Tints of Verdun Green #2F5F03

RGB

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

 GREEN value IS 95 (37.5% from 255) = 65.52%

 BLUE value IS 3 (1.56% from 255) = 2.07%

R = 32.41%
G = 65.52%
B = 2.07%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.97

 K value IS 0.63

RGB Variations

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

Color information

#2F5F03 (or 0x2F5F03) is known color: Verdun Green. HEX triplet: 2F, 5F and 03. RGB value is (47,95,3). Sum of RGB (Red+Green+Blue) = 47+95+3=145 (19% of max value = 765). Red value is 47 (18.75% from 255 or 32.41% from 145); Green value is 95 (37.5% from 255 or 65.52% from 145); Blue value is 3 (1.56% from 255 or 2.07% from 145); Max value from RGB is 95 - color contains mainly: green. Hex color #2F5F03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F5F03 is #D0A0FC. Grayscale: #464646. Windows color (decimal): -13672701 or 220975. OLE color: 220975.

HSL color Cylindrical-coordinate representation of color #2F5F03: hue angle of 91.3º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2F5F03 is Cyan = 0.51, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.63.

Color convert

RGB 47 95 3 -
CMYK 0.51 0 0.97 0.63
HSL 91.3º 0.94% 0.19% -
HSV(B) 91.3º 0.97% 0.37% -
XYZ 5.28 8.8 1.51 -
YUV 70.16 90.1 111.48 -
System Red Green Blue C M Y K H S L
Decimal 47 95 3 0.51 0 0.97 0.63 91.3 0.94 0.19
Hex 2F 5F 3 33 0 61 3F 5B 5E 13
Octal 57 137 3 63 0 141 77 133 136 23
Binary 101111 1011111 11 110011 0 1100001 111111 1011011 1011110 10011

Color Harmonies of #2F5F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5F03

Black with #2F5F03

Text Example


Text Example

White with #2F5F03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,95,3); }

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

background-color css

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

 a { background-color: rgb(47,95,3); }

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

border-color css

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

 span { border-color: rgb(47,95,3); }

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