#2F5B02

Color #2F5B02 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #2F5B02

Tints of Verdun Green #2F5B02

Color information

#2F5B02 (or 0x2F5B02) is unknown color: approx Verdun Green. HEX triplet: 2F, 5B and 02. RGB value is (47,91,2). Sum of RGB (Red+Green+Blue) = 47+91+2=140 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.57% from 140); Green value is 91 (35.94% from 255 or 65% from 140); Blue value is 2 (1.17% from 255 or 1.43% from 140); Max value from RGB is 91 - color contains mainly: green. Hex color #2F5B02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F5B02 is #D0A4FD. Grayscale: #444444. Windows color (decimal): -13673726 or 154415. OLE color: 154415.

HSL color Cylindrical-coordinate representation of color #2F5B02: hue angle of 89.66º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2F5B02 is Cyan = 0.48, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.64.

Color convert

RGB47912-
CMYK0.4800.980.64
HSL89.66º95.7%18.24%-
HSV(B)89.66º97.8%35.69%-
XYZ4.928.091.36-
YUV67.790.92113.24-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 33.57%
GREEN value IS 91 (35.94% from 255) = 65%
BLUE value IS 2 (1.17% from 255) = 1.43%
R=33.57%
G=65%
B=1.43%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal479120.4800.980.6489.6695.718.24
Hex2F5B230062405a6012
Octal57133260014210013214022
Binary1011111011011101100000110001010000001011010110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,91,2); }

 H1.HeaderClassName
 {
   color: #2F5B02;
 }
 .AnyTagClassName
 {
   color: #2F5B02;
 }
</style>
background-color css

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

 a { background-color: rgb(47,91,2); }

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

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

 span { border-color: rgb(47,91,2); }

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