#306303

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

Shades of Verdun Green #306303

Tints of Verdun Green #306303

Color information

#306303 (or 0x306303) is unknown color: approx Verdun Green. HEX triplet: 30, 63 and 03. RGB value is (48,99,3). Sum of RGB (Red+Green+Blue) = 48+99+3=150 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32% from 150); Green value is 99 (39.06% from 255 or 66% from 150); Blue value is 3 (1.56% from 255 or 2% from 150); Max value from RGB is 99 - color contains mainly: green. Hex color #306303 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306303 is #CF9CFC. Grayscale: #494949. Windows color (decimal): -13606141 or 222000. OLE color: 222000.

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

Color convert

RGB48993-
CMYK0.5200.970.61
HSL91.88º94.12%20%-
HSV(B)91.88º96.97%38.82%-
XYZ5.79.561.63-
YUV72.8188.6110.31-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 32%
GREEN value IS 99 (39.06% from 255) = 66%
BLUE value IS 3 (1.56% from 255) = 2%
R=32%
G=66%
B=2%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal489930.5200.970.6191.8894.1220
Hex30633340613D5c5e14
Octal6014336401417513413624
Binary110000110001111110100011000011111011011100101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306303; }

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

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

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

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

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

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

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

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