Html Css Color HEX #305803 Verdun Green

📋 copy color: '#305803'

red 48 ◦ green 88 ◦ blue 3

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

Shades of Verdun Green #305803

Tints of Verdun Green #305803

RGB

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

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

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

R = 34.53%
G = 63.31%
B = 2.16%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.97

 K value IS 0.65

RGB Variations

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

Color information

#305803 (or 0x305803) is known color: Verdun Green. HEX triplet: 30, 58 and 03. RGB value is (48,88,3). Sum of RGB (Red+Green+Blue) = 48+88+3=139 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.53% from 139); Green value is 88 (34.77% from 255 or 63.31% from 139); Blue value is 3 (1.56% from 255 or 2.16% from 139); Max value from RGB is 88 - color contains mainly: green. Hex color #305803 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305803 is #CFA7FC. Grayscale: #424242. Windows color (decimal): -13608957 or 219184. OLE color: 219184.

HSL color Cylindrical-coordinate representation of color #305803: hue angle of 88.24º 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 #305803 is Cyan = 0.45, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.65.

Color convert

RGB 48 88 3 -
CMYK 0.45 0 0.97 0.65
HSL 88.24º 0.93% 0.18% -
HSV(B) 88.24º 0.97% 0.35% -
XYZ 4.73 7.61 1.31 -
YUV 66.35 92.25 114.91 -
System Red Green Blue C M Y K H S L
Decimal 48 88 3 0.45 0 0.97 0.65 88.24 0.93 0.18
Hex 30 58 3 2D 0 61 41 58 5D 12
Octal 60 130 3 55 0 141 101 130 135 22
Binary 110000 1011000 11 101101 0 1100001 1000001 1011000 1011101 10010

Color Harmonies of #305803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305803

Black with #305803

Text Example


Text Example

White with #305803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305803; }

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

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

background-color css

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

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

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

border-color css

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

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

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