Html Css Color HEX #306300 Verdun Green

📋 copy color: '#306300'

red 48 ◦ green 99 ◦ blue 0

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

Shades of Verdun Green #306300

Tints of Verdun Green #306300

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

 M value IS 0

 Y value IS 1

 K value IS 0.61

RGB Variations

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

Color information

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

RGB 48 99 0 -
CMYK 0.52 0 1 0.61
HSL 90.91º 1% 0.19% -
HSV(B) 90.91º 1% 0.39% -
XYZ 5.68 9.55 1.54 -
YUV 72.47 87.1 110.55 -
System Red Green Blue C M Y K H S L
Decimal 48 99 0 0.52 0 1 0.61 90.91 1 0.19
Hex 30 63 0 34 0 64 3D 5B 64 13
Octal 60 143 0 64 0 144 75 133 144 23
Binary 110000 1100011 0 110100 0 1100100 111101 1011011 1100100 10011

Color Harmonies of #306300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306300

Black with #306300

Text Example


Text Example

White with #306300

Text Example


Text Example

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