Html Css Color HEX #306603 Verdun Green

📋 copy color: '#306603'

red 48 ◦ green 102 ◦ blue 3

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

Shades of Verdun Green #306603

Tints of Verdun Green #306603

RGB

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

 GREEN value IS 102 (40.23% from 255) = 66.67%

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

R = 31.37%
G = 66.67%
B = 1.96%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.97

 K value IS 0.6

RGB Variations

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

Color information

#306603 (or 0x306603) is known color: Verdun Green. HEX triplet: 30, 66 and 03. RGB value is (48,102,3). Sum of RGB (Red+Green+Blue) = 48+102+3=153 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.37% from 153); Green value is 102 (40.23% from 255 or 66.67% from 153); Blue value is 3 (1.56% from 255 or 1.96% from 153); Max value from RGB is 102 - color contains mainly: green. Hex color #306603 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306603 is #CF99FC. Grayscale: #4A4A4A. Windows color (decimal): -13605373 or 222768. OLE color: 222768.

HSL color Cylindrical-coordinate representation of color #306603: hue angle of 92.73º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #306603 is Cyan = 0.53, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.6.

Color convert

RGB 48 102 3 -
CMYK 0.53 0 0.97 0.6
HSL 92.73º 0.94% 0.21% -
HSV(B) 92.73º 0.97% 0.4% -
XYZ 5.99 10.14 1.73 -
YUV 74.57 87.61 109.05 -
System Red Green Blue C M Y K H S L
Decimal 48 102 3 0.53 0 0.97 0.6 92.73 0.94 0.21
Hex 30 66 3 35 0 61 3C 5D 5E 15
Octal 60 146 3 65 0 141 74 135 136 25
Binary 110000 1100110 11 110101 0 1100001 111100 1011101 1011110 10101

Color Harmonies of #306603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306603

Black with #306603

Text Example


Text Example

White with #306603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306603; }

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

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

background-color css

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

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

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

border-color css

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

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

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