Html Css Color HEX #306208 Verdun Green

📋 copy color: '#306208'

red 48 ◦ green 98 ◦ blue 8

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

Shades of Verdun Green #306208

Tints of Verdun Green #306208

RGB

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

 GREEN value IS 98 (38.67% from 255) = 63.64%

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

R = 31.17%
G = 63.64%
B = 5.19%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.92

 K value IS 0.62

RGB Variations

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

Color information

#306208 (or 0x306208) is known color: Verdun Green. HEX triplet: 30, 62 and 08. RGB value is (48,98,8). Sum of RGB (Red+Green+Blue) = 48+98+8=154 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.17% from 154); Green value is 98 (38.67% from 255 or 63.64% from 154); Blue value is 8 (3.52% from 255 or 5.19% from 154); Max value from RGB is 98 - color contains mainly: green. Hex color #306208 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306208 is #CF9DF7. Grayscale: #494949. Windows color (decimal): -13606392 or 549424. OLE color: 549424.

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

Color convert

RGB 48 98 8 -
CMYK 0.51 0 0.92 0.62
HSL 93.33º 0.85% 0.21% -
HSV(B) 93.33º 0.92% 0.38% -
XYZ 5.63 9.38 1.74 -
YUV 72.79 91.44 110.32 -
System Red Green Blue C M Y K H S L
Decimal 48 98 8 0.51 0 0.92 0.62 93.33 0.85 0.21
Hex 30 62 8 33 0 5C 3E 5D 55 15
Octal 60 142 10 63 0 134 76 135 125 25
Binary 110000 1100010 1000 110011 0 1011100 111110 1011101 1010101 10101

Color Harmonies of #306208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306208

Black with #306208

Text Example


Text Example

White with #306208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306208; }

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

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

background-color css

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

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

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

border-color css

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

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

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