Html Css Color HEX #305701 Verdun Green

📋 copy color: '#305701'

red 48 ◦ green 87 ◦ blue 1

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

Shades of Verdun Green #305701

Tints of Verdun Green #305701

RGB

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

 GREEN value IS 87 (34.38% from 255) = 63.97%

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

R = 35.29%
G = 63.97%
B = 0.74%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.99

 K value IS 0.66

RGB Variations

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

Color information

#305701 (or 0x305701) is known color: Verdun Green. HEX triplet: 30, 57 and 01. RGB value is (48,87,1). Sum of RGB (Red+Green+Blue) = 48+87+1=136 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.29% from 136); Green value is 87 (34.38% from 255 or 63.97% from 136); Blue value is 1 (0.78% from 255 or 0.74% from 136); Max value from RGB is 87 - color contains mainly: green. Hex color #305701 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305701 is #CFA8FE. Grayscale: #414141. Windows color (decimal): -13609215 or 87856. OLE color: 87856.

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

Color convert

RGB 48 87 1 -
CMYK 0.45 0 0.99 0.66
HSL 87.21º 0.98% 0.17% -
HSV(B) 87.21º 0.99% 0.34% -
XYZ 4.63 7.45 1.22 -
YUV 65.54 91.58 115.49 -
System Red Green Blue C M Y K H S L
Decimal 48 87 1 0.45 0 0.99 0.66 87.21 0.98 0.17
Hex 30 57 1 2D 0 63 42 57 62 11
Octal 60 127 1 55 0 143 102 127 142 21
Binary 110000 1010111 1 101101 0 1100011 1000010 1010111 1100010 10001

Color Harmonies of #305701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305701

Black with #305701

Text Example


Text Example

White with #305701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305701; }

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

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

background-color css

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

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

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

border-color css

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

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

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