Html Css Color HEX #306209 Verdun Green

📋 copy color: '#306209'

red 48 ◦ green 98 ◦ blue 9

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

Shades of Verdun Green #306209

Tints of Verdun Green #306209

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 5.81%

R = 30.97%
G = 63.23%
B = 5.81%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.91

 K value IS 0.62

RGB Variations

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

Color information

#306209 (or 0x306209) is known color: Verdun Green. HEX triplet: 30, 62 and 09. RGB value is (48,98,9). Sum of RGB (Red+Green+Blue) = 48+98+9=155 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.97% from 155); Green value is 98 (38.67% from 255 or 63.23% from 155); Blue value is 9 (3.91% from 255 or 5.81% from 155); Max value from RGB is 98 - color contains mainly: green. Hex color #306209 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306209 is #CF9DF6. Grayscale: #494949. Windows color (decimal): -13606391 or 614960. OLE color: 614960.

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

Color convert

RGB 48 98 9 -
CMYK 0.51 0 0.91 0.62
HSL 93.71º 0.83% 0.21% -
HSV(B) 93.71º 0.91% 0.38% -
XYZ 5.64 9.38 1.77 -
YUV 72.9 91.94 110.24 -
System Red Green Blue C M Y K H S L
Decimal 48 98 9 0.51 0 0.91 0.62 93.71 0.83 0.21
Hex 30 62 9 33 0 5B 3E 5E 53 15
Octal 60 142 11 63 0 133 76 136 123 25
Binary 110000 1100010 1001 110011 0 1011011 111110 1011110 1010011 10101

Color Harmonies of #306209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306209

Black with #306209

Text Example


Text Example

White with #306209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306209; }

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

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

background-color css

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

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

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

border-color css

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

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

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