#306300

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

Shades of Verdun Green #306300

Tints of Verdun Green #306300

Color information

#306300 (or 0x306300) is unknown color: approx Verdun Green. HEX triplet: 30, 63 and 00. RGB value is (48,99,0). Sum of RGB (Red+Green+Blue) = 48+99+0=147 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.65% from 147); Green value is 99 (39.06% from 255 or 67.35% from 147); Blue value is 0 (0.39% from 255 or 0% from 147); Max value from RGB is 99 - color contains mainly: green. Hex color #306300 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306300 is #CF9CFF. Grayscale: #484848. Windows color (decimal): -13606144 or 25392. OLE color: 25392.

HSL color Cylindrical-coordinate representation of color #306300: hue angle of 90.91º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #306300 is Cyan = 0.52, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.61.

Color convert

RGB48990-
CMYK0.52010.61
HSL90.91º100%19.41%-
HSV(B)90.91º100%38.82%-
XYZ5.689.551.54-
YUV72.4687.1110.55-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 32.65%
GREEN value IS 99 (39.06% from 255) = 67.35%
BLUE value IS 0 (0.39% from 255) = 0%
R=32.65%
G=67.35%
B=0%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal489900.52010.6190.9110019.41
Hex30630340643D5b6413
Octal6014306401447513314423
Binary11000011000110110100011001001111011011011110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306300; }

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

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

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

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

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

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

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

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