Html Css Color HEX #306402 Verdun Green

📋 copy color: '#306402'

red 48 ◦ green 100 ◦ blue 2

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

Shades of Verdun Green #306402

Tints of Verdun Green #306402

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.33%

R = 32%
G = 66.67%
B = 1.33%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.98

 K value IS 0.61

RGB Variations

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

Color information

#306402 (or 0x306402) is known color: Verdun Green. HEX triplet: 30, 64 and 02. RGB value is (48,100,2). Sum of RGB (Red+Green+Blue) = 48+100+2=150 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32% from 150); Green value is 100 (39.45% from 255 or 66.67% from 150); Blue value is 2 (1.17% from 255 or 1.33% from 150); Max value from RGB is 100 - color contains mainly: green. Hex color #306402 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306402 is #CF9BFD. Grayscale: #494949. Windows color (decimal): -13605886 or 156720. OLE color: 156720.

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

Color convert

RGB 48 100 2 -
CMYK 0.52 0 0.98 0.61
HSL 91.84º 0.96% 0.2% -
HSV(B) 91.84º 0.98% 0.39% -
XYZ 5.79 9.75 1.63 -
YUV 73.28 87.77 109.97 -
System Red Green Blue C M Y K H S L
Decimal 48 100 2 0.52 0 0.98 0.61 91.84 0.96 0.2
Hex 30 64 2 34 0 62 3D 5C 60 14
Octal 60 144 2 64 0 142 75 134 140 24
Binary 110000 1100100 10 110100 0 1100010 111101 1011100 1100000 10100

Color Harmonies of #306402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306402

Black with #306402

Text Example


Text Example

White with #306402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306402; }

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

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

background-color css

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

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

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

border-color css

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

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

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