Html Css Color HEX #306102 Verdun Green

📋 copy color: '#306102'

red 48 ◦ green 97 ◦ blue 2

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

Shades of Verdun Green #306102

Tints of Verdun Green #306102

RGB

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

 GREEN value IS 97 (38.28% from 255) = 65.99%

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

R = 32.65%
G = 65.99%
B = 1.36%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.98

 K value IS 0.62

RGB Variations

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

Color information

#306102 (or 0x306102) is known color: Verdun Green. HEX triplet: 30, 61 and 02. RGB value is (48,97,2). Sum of RGB (Red+Green+Blue) = 48+97+2=147 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.65% from 147); Green value is 97 (38.28% from 255 or 65.99% from 147); Blue value is 2 (1.17% from 255 or 1.36% from 147); Max value from RGB is 97 - color contains mainly: green. Hex color #306102 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306102 is #CF9EFD. Grayscale: #474747. Windows color (decimal): -13606654 or 155952. OLE color: 155952.

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

Color convert

RGB 48 97 2 -
CMYK 0.51 0 0.98 0.62
HSL 90.95º 0.96% 0.19% -
HSV(B) 90.95º 0.98% 0.38% -
XYZ 5.5 9.18 1.54 -
YUV 71.52 88.77 111.22 -
System Red Green Blue C M Y K H S L
Decimal 48 97 2 0.51 0 0.98 0.62 90.95 0.96 0.19
Hex 30 61 2 33 0 62 3E 5B 60 13
Octal 60 141 2 63 0 142 76 133 140 23
Binary 110000 1100001 10 110011 0 1100010 111110 1011011 1100000 10011

Color Harmonies of #306102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306102

Black with #306102

Text Example


Text Example

White with #306102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306102; }

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

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

background-color css

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

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

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

border-color css

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

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

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