Html Css Color HEX #306800 Verdun Green

📋 copy color: '#306800'

red 48 ◦ green 104 ◦ blue 0

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

Shades of Verdun Green #306800

Tints of Verdun Green #306800

RGB

 RED value IS 48 (19.14% from 255) = 31.58%

 GREEN value IS 104 (41.02% from 255) = 68.42%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 31.58%
G = 68.42%
B = 0%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#306800 (or 0x306800) is known color: Verdun Green. HEX triplet: 30, 68 and 00. RGB value is (48,104,0). Sum of RGB (Red+Green+Blue) = 48+104+0=152 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.58% from 152); Green value is 104 (41.02% from 255 or 68.42% from 152); Blue value is 0 (0.39% from 255 or 0% from 152); Max value from RGB is 104 - color contains mainly: green. Hex color #306800 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306800 is #CF97FF. Grayscale: #4B4B4B. Windows color (decimal): -13604864 or 26672. OLE color: 26672.

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

Color convert

RGB 48 104 0 -
CMYK 0.54 0 1 0.59
HSL 92.31º 1% 0.2% -
HSV(B) 92.31º 1% 0.41% -
XYZ 6.17 10.53 1.71 -
YUV 75.4 85.45 108.46 -
System Red Green Blue C M Y K H S L
Decimal 48 104 0 0.54 0 1 0.59 92.31 1 0.2
Hex 30 68 0 36 0 64 3B 5C 64 14
Octal 60 150 0 66 0 144 73 134 144 24
Binary 110000 1101000 0 110110 0 1100100 111011 1011100 1100100 10100

Color Harmonies of #306800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306800

Black with #306800

Text Example


Text Example

White with #306800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306800; }

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

 H1.HeaderClassName
 {
   color: #306800;
 }
 .AnyTagClassName
 {
   color: #306800;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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