Html Css Color HEX #306303 Verdun Green

📋 copy color: '#306303'

red 48 ◦ green 99 ◦ blue 3

#306303
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdun Green #306303

Tints of Verdun Green #306303

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 value IS 0.52

 M value IS 0

 Y value IS 0.97

 K value IS 0.61

RGB Variations

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

Color information

#306303 (or 0x306303) is known color: 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

RGB 48 99 3 -
CMYK 0.52 0 0.97 0.61
HSL 91.88º 0.94% 0.2% -
HSV(B) 91.88º 0.97% 0.39% -
XYZ 5.7 9.56 1.63 -
YUV 72.81 88.6 110.31 -
System Red Green Blue C M Y K H S L
Decimal 48 99 3 0.52 0 0.97 0.61 91.88 0.94 0.2
Hex 30 63 3 34 0 61 3D 5C 5E 14
Octal 60 143 3 64 0 141 75 134 136 24
Binary 110000 1100011 11 110100 0 1100001 111101 1011100 1011110 10100

Color Harmonies of #306303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306303

Black with #306303

Text Example


Text Example

White with #306303

Text Example


Text Example

HTML Codes & Css Web 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>