Html Css Color HEX #305801 Verdun Green

📋 copy color: '#305801'

red 48 ◦ green 88 ◦ blue 1

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

Shades of Verdun Green #305801

Tints of Verdun Green #305801

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.73%

R = 35.04%
G = 64.23%
B = 0.73%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#305801 (or 0x305801) is known color: Verdun Green. HEX triplet: 30, 58 and 01. RGB value is (48,88,1). Sum of RGB (Red+Green+Blue) = 48+88+1=137 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.04% from 137); Green value is 88 (34.77% from 255 or 64.23% from 137); Blue value is 1 (0.78% from 255 or 0.73% from 137); Max value from RGB is 88 - color contains mainly: green. Hex color #305801 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305801 is #CFA7FE. Grayscale: #424242. Windows color (decimal): -13608959 or 88112. OLE color: 88112.

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

Color convert

RGB 48 88 1 -
CMYK 0.45 0 0.99 0.65
HSL 87.59º 0.98% 0.17% -
HSV(B) 87.59º 0.99% 0.35% -
XYZ 4.71 7.61 1.25 -
YUV 66.12 91.25 115.07 -
System Red Green Blue C M Y K H S L
Decimal 48 88 1 0.45 0 0.99 0.65 87.59 0.98 0.17
Hex 30 58 1 2D 0 63 41 58 62 11
Octal 60 130 1 55 0 143 101 130 142 21
Binary 110000 1011000 1 101101 0 1100011 1000001 1011000 1100010 10001

Color Harmonies of #305801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305801

Black with #305801

Text Example


Text Example

White with #305801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305801; }

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

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

background-color css

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

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

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

border-color css

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

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

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