Html Css Color HEX #305903 Verdun Green

📋 copy color: '#305903'

red 48 ◦ green 89 ◦ blue 3

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

Shades of Verdun Green #305903

Tints of Verdun Green #305903

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 value IS 0.46

 M value IS 0

 Y value IS 0.97

 K value IS 0.65

RGB Variations

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

Color information

#305903 (or 0x305903) is known color: 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

RGB 48 89 3 -
CMYK 0.46 0 0.97 0.65
HSL 88.6º 0.93% 0.18% -
HSV(B) 88.6º 0.97% 0.35% -
XYZ 4.81 7.78 1.33 -
YUV 66.94 91.92 114.49 -
System Red Green Blue C M Y K H S L
Decimal 48 89 3 0.46 0 0.97 0.65 88.6 0.93 0.18
Hex 30 59 3 2E 0 61 41 59 5D 12
Octal 60 131 3 56 0 141 101 131 135 22
Binary 110000 1011001 11 101110 0 1100001 1000001 1011001 1011101 10010

Color Harmonies of #305903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305903

Black with #305903

Text Example


Text Example

White with #305903

Text Example


Text Example

HTML Codes & Css Web 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>