Html Css Color HEX #2F5901 Verdun Green

📋 copy color: '#2F5901'

red 47 ◦ green 89 ◦ blue 1

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

Shades of Verdun Green #2F5901

Tints of Verdun Green #2F5901

RGB

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

 GREEN value IS 89 (35.16% from 255) = 64.96%

 BLUE value IS 1 (0.78% from 255) = 0.73%

R = 34.31%
G = 64.96%
B = 0.73%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#2F5901 (or 0x2F5901) is known color: Verdun Green. HEX triplet: 2F, 59 and 01. RGB value is (47,89,1). Sum of RGB (Red+Green+Blue) = 47+89+1=137 (18% of max value = 765). Red value is 47 (18.75% from 255 or 34.31% from 137); Green value is 89 (35.16% from 255 or 64.96% from 137); Blue value is 1 (0.78% from 255 or 0.73% from 137); Max value from RGB is 89 - color contains mainly: green. Hex color #2F5901 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F5901 is #D0A6FE. Grayscale: #424242. Windows color (decimal): -13674239 or 88367. OLE color: 88367.

HSL color Cylindrical-coordinate representation of color #2F5901: hue angle of 88.64º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2F5901 is Cyan = 0.47, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.65.

Color convert

RGB 47 89 1 -
CMYK 0.47 0 0.99 0.65
HSL 88.64º 0.98% 0.18% -
HSV(B) 88.64º 0.99% 0.35% -
XYZ 4.75 7.75 1.27 -
YUV 66.41 91.09 114.16 -
System Red Green Blue C M Y K H S L
Decimal 47 89 1 0.47 0 0.99 0.65 88.64 0.98 0.18
Hex 2F 59 1 2F 0 63 41 59 62 12
Octal 57 131 1 57 0 143 101 131 142 22
Binary 101111 1011001 1 101111 0 1100011 1000001 1011001 1100010 10010

Color Harmonies of #2F5901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5901

Black with #2F5901

Text Example


Text Example

White with #2F5901

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,89,1); }

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

background-color css

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

 a { background-color: rgb(47,89,1); }

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

border-color css

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

 span { border-color: rgb(47,89,1); }

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