Html Css Color HEX #305800 Verdun Green

📋 copy color: '#305800'

red 48 ◦ green 88 ◦ blue 0

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

Shades of Verdun Green #305800

Tints of Verdun Green #305800

RGB

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

 GREEN value IS 88 (34.77% from 255) = 64.71%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 35.29%
G = 64.71%
B = 0%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 1

 K value IS 0.65

RGB Variations

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

Color information

#305800 (or 0x305800) is known color: Verdun Green. HEX triplet: 30, 58 and 00. RGB value is (48,88,0). Sum of RGB (Red+Green+Blue) = 48+88+0=136 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.29% from 136); Green value is 88 (34.77% from 255 or 64.71% from 136); Blue value is 0 (0.39% from 255 or 0% from 136); Max value from RGB is 88 - color contains mainly: green. Hex color #305800 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305800 is #CFA7FF. Grayscale: #424242. Windows color (decimal): -13608960 or 22576. OLE color: 22576.

HSL color Cylindrical-coordinate representation of color #305800: hue angle of 87.27º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #305800 is Cyan = 0.45, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.65.

Color convert

RGB 48 88 0 -
CMYK 0.45 0 1 0.65
HSL 87.27º 1% 0.17% -
HSV(B) 87.27º 1% 0.35% -
XYZ 4.71 7.61 1.22 -
YUV 66.01 90.75 115.16 -
System Red Green Blue C M Y K H S L
Decimal 48 88 0 0.45 0 1 0.65 87.27 1 0.17
Hex 30 58 0 2D 0 64 41 57 64 11
Octal 60 130 0 55 0 144 101 127 144 21
Binary 110000 1011000 0 101101 0 1100100 1000001 1010111 1100100 10001

Color Harmonies of #305800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305800

Black with #305800

Text Example


Text Example

White with #305800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305800; }

 p { color: rgb(48,88,0); }

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

background-color css

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

 a { background-color: rgb(48,88,0); }

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

border-color css

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

 span { border-color: rgb(48,88,0); }

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