Html Css Color HEX #305703 Verdun Green

📋 copy color: '#305703'

red 48 ◦ green 87 ◦ blue 3

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

Shades of Verdun Green #305703

Tints of Verdun Green #305703

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.17%

R = 34.78%
G = 63.04%
B = 2.17%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.97

 K value IS 0.66

RGB Variations

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

Color information

#305703 (or 0x305703) is known color: Verdun Green. HEX triplet: 30, 57 and 03. RGB value is (48,87,3). Sum of RGB (Red+Green+Blue) = 48+87+3=138 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.78% from 138); Green value is 87 (34.38% from 255 or 63.04% from 138); Blue value is 3 (1.56% from 255 or 2.17% from 138); Max value from RGB is 87 - color contains mainly: green. Hex color #305703 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305703 is #CFA8FC. Grayscale: #424242. Windows color (decimal): -13609213 or 218928. OLE color: 218928.

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

Color convert

RGB 48 87 3 -
CMYK 0.45 0 0.97 0.66
HSL 87.86º 0.93% 0.18% -
HSV(B) 87.86º 0.97% 0.34% -
XYZ 4.64 7.45 1.28 -
YUV 65.76 92.58 115.33 -
System Red Green Blue C M Y K H S L
Decimal 48 87 3 0.45 0 0.97 0.66 87.86 0.93 0.18
Hex 30 57 3 2D 0 61 42 58 5D 12
Octal 60 127 3 55 0 141 102 130 135 22
Binary 110000 1010111 11 101101 0 1100001 1000010 1011000 1011101 10010

Color Harmonies of #305703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305703

Black with #305703

Text Example


Text Example

White with #305703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305703; }

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

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

background-color css

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

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

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

border-color css

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

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

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