#305903

Color #305903 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #305903

Tints of Verdun Green #305903

Color information

#305903 (or 0x305903) is unknown color: approx Verdun Green. HEX triplet: 30, 59 and 03. RGB value is (48,89,3). Sum of RGB (Red+Green+Blue) = 48+89+3=140 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.29% from 140); Green value is 89 (35.16% from 255 or 63.57% from 140); Blue value is 3 (1.56% from 255 or 2.14% from 140); Max value from RGB is 89 - color contains mainly: green. Hex color #305903 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305903 is #CFA6FC. Grayscale: #434343. Windows color (decimal): -13608701 or 219440. OLE color: 219440.

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

Color convert

RGB48893-
CMYK0.4600.970.65
HSL88.6º93.48%18.04%-
HSV(B)88.6º96.63%34.9%-
XYZ4.817.781.33-
YUV66.9491.92114.49-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 34.29%
GREEN value IS 89 (35.16% from 255) = 63.57%
BLUE value IS 3 (1.56% from 255) = 2.14%
R=34.29%
G=63.57%
B=2.14%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal488930.4600.970.6588.693.4818.04
Hex305932E06141595d12
Octal60131356014110113113522
Binary1100001011001111011100110000110000011011001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305903

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305903; }

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

 H1.HeaderClassName
 {
   color: #305903;
 }
 .AnyTagClassName
 {
   color: #305903;
 }
</style>
background-color css

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

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

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

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

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

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