Html Css Color HEX #305602 Verdun Green

📋 copy color: '#305602'

red 48 ◦ green 86 ◦ blue 2

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

Shades of Verdun Green #305602

Tints of Verdun Green #305602

RGB

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

 GREEN value IS 86 (33.98% from 255) = 63.24%

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

R = 35.29%
G = 63.24%
B = 1.47%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.98

 K value IS 0.66

RGB Variations

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

Color information

#305602 (or 0x305602) is known color: Verdun Green. HEX triplet: 30, 56 and 02. RGB value is (48,86,2). Sum of RGB (Red+Green+Blue) = 48+86+2=136 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.29% from 136); Green value is 86 (33.98% from 255 or 63.24% from 136); Blue value is 2 (1.17% from 255 or 1.47% from 136); Max value from RGB is 86 - color contains mainly: green. Hex color #305602 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305602 is #CFA9FD. Grayscale: #414141. Windows color (decimal): -13609470 or 153136. OLE color: 153136.

HSL color Cylindrical-coordinate representation of color #305602: hue angle of 87.14º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #305602 is Cyan = 0.44, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.66.

Color convert

RGB 48 86 2 -
CMYK 0.44 0 0.98 0.66
HSL 87.14º 0.95% 0.17% -
HSV(B) 87.14º 0.98% 0.34% -
XYZ 4.56 7.29 1.22 -
YUV 65.06 92.41 115.83 -
System Red Green Blue C M Y K H S L
Decimal 48 86 2 0.44 0 0.98 0.66 87.14 0.95 0.17
Hex 30 56 2 2C 0 62 42 57 5F 11
Octal 60 126 2 54 0 142 102 127 137 21
Binary 110000 1010110 10 101100 0 1100010 1000010 1010111 1011111 10001

Color Harmonies of #305602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305602

Black with #305602

Text Example


Text Example

White with #305602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305602; }

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

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

background-color css

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

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

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

border-color css

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

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

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