Html Css Color HEX #306201 Verdun Green

📋 copy color: '#306201'

red 48 ◦ green 98 ◦ blue 1

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

Shades of Verdun Green #306201

Tints of Verdun Green #306201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.68%

R = 32.65%
G = 66.67%
B = 0.68%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#306201 (or 0x306201) is known color: Verdun Green. HEX triplet: 30, 62 and 01. RGB value is (48,98,1). Sum of RGB (Red+Green+Blue) = 48+98+1=147 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.65% from 147); Green value is 98 (38.67% from 255 or 66.67% from 147); Blue value is 1 (0.78% from 255 or 0.68% from 147); Max value from RGB is 98 - color contains mainly: green. Hex color #306201 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306201 is #CF9DFE. Grayscale: #484848. Windows color (decimal): -13606399 or 90672. OLE color: 90672.

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

Color convert

RGB 48 98 1 -
CMYK 0.51 0 0.99 0.62
HSL 90.93º 0.98% 0.19% -
HSV(B) 90.93º 0.99% 0.38% -
XYZ 5.59 9.37 1.54 -
YUV 71.99 87.94 110.89 -
System Red Green Blue C M Y K H S L
Decimal 48 98 1 0.51 0 0.99 0.62 90.93 0.98 0.19
Hex 30 62 1 33 0 63 3E 5B 62 13
Octal 60 142 1 63 0 143 76 133 142 23
Binary 110000 1100010 1 110011 0 1100011 111110 1011011 1100010 10011

Color Harmonies of #306201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306201

Black with #306201

Text Example


Text Example

White with #306201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306201; }

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

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

background-color css

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

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

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

border-color css

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

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

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