Html Css Color HEX #306308 Verdun Green

📋 copy color: '#306308'

red 48 ◦ green 99 ◦ blue 8

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

Shades of Verdun Green #306308

Tints of Verdun Green #306308

RGB

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

 GREEN value IS 99 (39.06% from 255) = 63.87%

 BLUE value IS 8 (3.52% from 255) = 5.16%

R = 30.97%
G = 63.87%
B = 5.16%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.92

 K value IS 0.61

RGB Variations

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

Color information

#306308 (or 0x306308) is known color: Verdun Green. HEX triplet: 30, 63 and 08. RGB value is (48,99,8). Sum of RGB (Red+Green+Blue) = 48+99+8=155 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.97% from 155); Green value is 99 (39.06% from 255 or 63.87% from 155); Blue value is 8 (3.52% from 255 or 5.16% from 155); Max value from RGB is 99 - color contains mainly: green. Hex color #306308 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306308 is #CF9CF7. Grayscale: #494949. Windows color (decimal): -13606136 or 549680. OLE color: 549680.

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

Color convert

RGB 48 99 8 -
CMYK 0.52 0 0.92 0.61
HSL 93.63º 0.85% 0.21% -
HSV(B) 93.63º 0.92% 0.39% -
XYZ 5.72 9.57 1.78 -
YUV 73.38 91.1 109.9 -
System Red Green Blue C M Y K H S L
Decimal 48 99 8 0.52 0 0.92 0.61 93.63 0.85 0.21
Hex 30 63 8 34 0 5C 3D 5E 55 15
Octal 60 143 10 64 0 134 75 136 125 25
Binary 110000 1100011 1000 110100 0 1011100 111101 1011110 1010101 10101

Color Harmonies of #306308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306308

Black with #306308

Text Example


Text Example

White with #306308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306308; }

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

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

background-color css

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

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

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

border-color css

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

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

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