Html Css Color HEX #306004 Verdun Green

📋 copy color: '#306004'

red 48 ◦ green 96 ◦ blue 4

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

Shades of Verdun Green #306004

Tints of Verdun Green #306004

RGB

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

 GREEN value IS 96 (37.89% from 255) = 64.86%

 BLUE value IS 4 (1.95% from 255) = 2.7%

R = 32.43%
G = 64.86%
B = 2.7%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.96

 K value IS 0.62

RGB Variations

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

Color information

#306004 (or 0x306004) is known color: Verdun Green. HEX triplet: 30, 60 and 04. RGB value is (48,96,4). Sum of RGB (Red+Green+Blue) = 48+96+4=148 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.43% from 148); Green value is 96 (37.89% from 255 or 64.86% from 148); Blue value is 4 (1.95% from 255 or 2.70% from 148); Max value from RGB is 96 - color contains mainly: green. Hex color #306004 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306004 is #CF9FFB. Grayscale: #474747. Windows color (decimal): -13606908 or 286768. OLE color: 286768.

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

Color convert

RGB 48 96 4 -
CMYK 0.50 0 0.96 0.62
HSL 91.3º 0.92% 0.2% -
HSV(B) 91.3º 0.96% 0.38% -
XYZ 5.42 9 1.57 -
YUV 71.16 90.1 111.48 -
System Red Green Blue C M Y K H S L
Decimal 48 96 4 0.50 0 0.96 0.62 91.3 0.92 0.2
Hex 30 60 4 32 0 60 3E 5B 5C 14
Octal 60 140 4 62 0 140 76 133 134 24
Binary 110000 1100000 100 110010 0 1100000 111110 1011011 1011100 10100

Color Harmonies of #306004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306004

Black with #306004

Text Example


Text Example

White with #306004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306004; }

 p { color: rgb(48,96,4); }

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

background-color css

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

 a { background-color: rgb(48,96,4); }

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

border-color css

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

 span { border-color: rgb(48,96,4); }

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