Html Css Color HEX #306400 Verdun Green

📋 copy color: '#306400'

red 48 ◦ green 100 ◦ blue 0

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

Shades of Verdun Green #306400

Tints of Verdun Green #306400

RGB

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

 GREEN value IS 100 (39.45% from 255) = 67.57%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 32.43%
G = 67.57%
B = 0%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 1

 K value IS 0.61

RGB Variations

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

Color information

#306400 (or 0x306400) is known color: Verdun Green. HEX triplet: 30, 64 and 00. RGB value is (48,100,0). Sum of RGB (Red+Green+Blue) = 48+100+0=148 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.43% from 148); Green value is 100 (39.45% from 255 or 67.57% from 148); Blue value is 0 (0.39% from 255 or 0% from 148); Max value from RGB is 100 - color contains mainly: green. Hex color #306400 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306400 is #CF9BFF. Grayscale: #494949. Windows color (decimal): -13605888 or 25648. OLE color: 25648.

HSL color Cylindrical-coordinate representation of color #306400: hue angle of 91.2º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #306400 is Cyan = 0.52, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.61.

Color convert

RGB 48 100 0 -
CMYK 0.52 0 1 0.61
HSL 91.2º 1% 0.2% -
HSV(B) 91.2º 1% 0.39% -
XYZ 5.78 9.74 1.58 -
YUV 73.05 86.77 110.13 -
System Red Green Blue C M Y K H S L
Decimal 48 100 0 0.52 0 1 0.61 91.2 1 0.2
Hex 30 64 0 34 0 64 3D 5B 64 14
Octal 60 144 0 64 0 144 75 133 144 24
Binary 110000 1100100 0 110100 0 1100100 111101 1011011 1100100 10100

Color Harmonies of #306400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306400

Black with #306400

Text Example


Text Example

White with #306400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306400; }

 p { color: rgb(48,100,0); }

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

background-color css

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

 a { background-color: rgb(48,100,0); }

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

border-color css

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

 span { border-color: rgb(48,100,0); }

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