Html Css Color HEX #306103 Verdun Green

📋 copy color: '#306103'

red 48 ◦ green 97 ◦ blue 3

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

Shades of Verdun Green #306103

Tints of Verdun Green #306103

RGB

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

 GREEN value IS 97 (38.28% from 255) = 65.54%

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

R = 32.43%
G = 65.54%
B = 2.03%

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

#306103 (or 0x306103) is known color: Verdun Green. HEX triplet: 30, 61 and 03. RGB value is (48,97,3). Sum of RGB (Red+Green+Blue) = 48+97+3=148 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.43% from 148); Green value is 97 (38.28% from 255 or 65.54% from 148); Blue value is 3 (1.56% from 255 or 2.03% from 148); Max value from RGB is 97 - color contains mainly: green. Hex color #306103 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306103 is #CF9EFC. Grayscale: #474747. Windows color (decimal): -13606653 or 221488. OLE color: 221488.

HSL color Cylindrical-coordinate representation of color #306103: hue angle of 91.28º 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 #306103 is Cyan = 0.51, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.62.

Color convert

RGB 48 97 3 -
CMYK 0.51 0 0.97 0.62
HSL 91.28º 0.94% 0.2% -
HSV(B) 91.28º 0.97% 0.38% -
XYZ 5.51 9.18 1.57 -
YUV 71.63 89.27 111.14 -
System Red Green Blue C M Y K H S L
Decimal 48 97 3 0.51 0 0.97 0.62 91.28 0.94 0.2
Hex 30 61 3 33 0 61 3E 5B 5E 14
Octal 60 141 3 63 0 141 76 133 136 24
Binary 110000 1100001 11 110011 0 1100001 111110 1011011 1011110 10100

Color Harmonies of #306103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306103

Black with #306103

Text Example


Text Example

White with #306103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306103; }

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

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

background-color css

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

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

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

border-color css

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

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

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