#306800

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

Shades of Verdun Green #306800

Tints of Verdun Green #306800

Color information

#306800 (or 0x306800) is unknown color: approx Verdun Green. HEX triplet: 30, 68 and 00. RGB value is (48,104,0). Sum of RGB (Red+Green+Blue) = 48+104+0=152 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.58% from 152); Green value is 104 (41.02% from 255 or 68.42% from 152); Blue value is 0 (0.39% from 255 or 0% from 152); Max value from RGB is 104 - color contains mainly: green. Hex color #306800 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306800 is #CF97FF. Grayscale: #4B4B4B. Windows color (decimal): -13604864 or 26672. OLE color: 26672.

HSL color Cylindrical-coordinate representation of color #306800: hue angle of 92.31º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #306800 is Cyan = 0.54, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.59.

Color convert

RGB481040-
CMYK0.54010.59
HSL92.31º100%20.39%-
HSV(B)92.31º100%40.78%-
XYZ6.1710.531.71-
YUV75.485.45108.46-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 31.58%
GREEN value IS 104 (41.02% from 255) = 68.42%
BLUE value IS 0 (0.39% from 255) = 0%
R=31.58%
G=68.42%
B=0%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal4810400.54010.5992.3110020.39
Hex30680360643B5c6414
Octal6015006601447313414424
Binary11000011010000110110011001001110111011100110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306800; }

 p { color: rgb(48,104,0); }

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

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

 a { background-color: rgb(48,104,0); }

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

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

 span { border-color: rgb(48,104,0); }

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