Html Css Color HEX #2F5801 Verdun Green

📋 copy color: '#2F5801'

red 47 ◦ green 88 ◦ blue 1

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

Shades of Verdun Green #2F5801

Tints of Verdun Green #2F5801

RGB

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

 GREEN value IS 88 (34.77% from 255) = 64.71%

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

R = 34.56%
G = 64.71%
B = 0.74%

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

#2F5801 (or 0x2F5801) is known color: Verdun Green. HEX triplet: 2F, 58 and 01. RGB value is (47,88,1). Sum of RGB (Red+Green+Blue) = 47+88+1=136 (18% of max value = 765). Red value is 47 (18.75% from 255 or 34.56% from 136); Green value is 88 (34.77% from 255 or 64.71% from 136); Blue value is 1 (0.78% from 255 or 0.74% from 136); Max value from RGB is 88 - color contains mainly: green. Hex color #2F5801 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F5801 is #D0A7FE. Grayscale: #424242. Windows color (decimal): -13674495 or 88111. OLE color: 88111.

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

Color convert

RGB 47 88 1 -
CMYK 0.47 0 0.99 0.65
HSL 88.28º 0.98% 0.17% -
HSV(B) 88.28º 0.99% 0.35% -
XYZ 4.67 7.59 1.25 -
YUV 65.82 91.42 114.57 -
System Red Green Blue C M Y K H S L
Decimal 47 88 1 0.47 0 0.99 0.65 88.28 0.98 0.17
Hex 2F 58 1 2F 0 63 41 58 62 11
Octal 57 130 1 57 0 143 101 130 142 21
Binary 101111 1011000 1 101111 0 1100011 1000001 1011000 1100010 10001

Color Harmonies of #2F5801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5801

Black with #2F5801

Text Example


Text Example

White with #2F5801

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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