#306700

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

Shades of Verdun Green #306700

Tints of Verdun Green #306700

Color information

#306700 (or 0x306700) is unknown color: approx Verdun Green. HEX triplet: 30, 67 and 00. RGB value is (48,103,0). Sum of RGB (Red+Green+Blue) = 48+103+0=151 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.79% from 151); Green value is 103 (40.62% from 255 or 68.21% from 151); Blue value is 0 (0.39% from 255 or 0% from 151); Max value from RGB is 103 - color contains mainly: green. Hex color #306700 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306700 is #CF98FF. Grayscale: #4B4B4B. Windows color (decimal): -13605120 or 26416. OLE color: 26416.

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

Color convert

RGB481030-
CMYK0.53010.60
HSL92.04º100%20.2%-
HSV(B)92.04º100%40.39%-
XYZ6.0710.331.67-
YUV74.8185.78108.88-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 31.79%
GREEN value IS 103 (40.62% from 255) = 68.21%
BLUE value IS 0 (0.39% from 255) = 0%
R=31.79%
G=68.21%
B=0%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal4810300.53010.6092.0410020.2
Hex30670350643C5c6414
Octal6014706501447413414424
Binary11000011001110110101011001001111001011100110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306700; }

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

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

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

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

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

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

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

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