Html Css Color HEX #306302 Verdun Green

📋 copy color: '#306302'

red 48 ◦ green 99 ◦ blue 2

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

Shades of Verdun Green #306302

Tints of Verdun Green #306302

RGB

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

 GREEN value IS 99 (39.06% from 255) = 66.44%

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

R = 32.21%
G = 66.44%
B = 1.34%

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

#306302 (or 0x306302) is known color: Verdun Green. HEX triplet: 30, 63 and 02. RGB value is (48,99,2). Sum of RGB (Red+Green+Blue) = 48+99+2=149 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.21% from 149); Green value is 99 (39.06% from 255 or 66.44% from 149); Blue value is 2 (1.17% from 255 or 1.34% from 149); Max value from RGB is 99 - color contains mainly: green. Hex color #306302 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306302 is #CF9CFD. Grayscale: #494949. Windows color (decimal): -13606142 or 156464. OLE color: 156464.

HSL color Cylindrical-coordinate representation of color #306302: hue angle of 91.55º 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 #306302 is Cyan = 0.52, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.61.

Color convert

RGB 48 99 2 -
CMYK 0.52 0 0.98 0.61
HSL 91.55º 0.96% 0.2% -
HSV(B) 91.55º 0.98% 0.39% -
XYZ 5.69 9.56 1.6 -
YUV 72.69 88.1 110.39 -
System Red Green Blue C M Y K H S L
Decimal 48 99 2 0.52 0 0.98 0.61 91.55 0.96 0.2
Hex 30 63 2 34 0 62 3D 5C 60 14
Octal 60 143 2 64 0 142 75 134 140 24
Binary 110000 1100011 10 110100 0 1100010 111101 1011100 1100000 10100

Color Harmonies of #306302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306302

Black with #306302

Text Example


Text Example

White with #306302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306302; }

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

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

background-color css

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

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

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

border-color css

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

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

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