Html Css Color HEX #306203 Verdun Green

📋 copy color: '#306203'

red 48 ◦ green 98 ◦ blue 3

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

Shades of Verdun Green #306203

Tints of Verdun Green #306203

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.01%

R = 32.21%
G = 65.77%
B = 2.01%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.97

 K value IS 0.62

RGB Variations

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

Color information

#306203 (or 0x306203) is known color: Verdun Green. HEX triplet: 30, 62 and 03. RGB value is (48,98,3). Sum of RGB (Red+Green+Blue) = 48+98+3=149 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.21% from 149); Green value is 98 (38.67% from 255 or 65.77% from 149); Blue value is 3 (1.56% from 255 or 2.01% from 149); Max value from RGB is 98 - color contains mainly: green. Hex color #306203 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306203 is #CF9DFC. Grayscale: #484848. Windows color (decimal): -13606397 or 221744. OLE color: 221744.

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

Color convert

RGB 48 98 3 -
CMYK 0.51 0 0.97 0.62
HSL 91.58º 0.94% 0.2% -
HSV(B) 91.58º 0.97% 0.38% -
XYZ 5.6 9.37 1.6 -
YUV 72.22 88.94 110.72 -
System Red Green Blue C M Y K H S L
Decimal 48 98 3 0.51 0 0.97 0.62 91.58 0.94 0.2
Hex 30 62 3 33 0 61 3E 5C 5E 14
Octal 60 142 3 63 0 141 76 134 136 24
Binary 110000 1100010 11 110011 0 1100001 111110 1011100 1011110 10100

Color Harmonies of #306203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306203

Black with #306203

Text Example


Text Example

White with #306203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306203; }

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

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

background-color css

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

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

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

border-color css

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

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

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