Html Css Color HEX #305908 Verdun Green

📋 copy color: '#305908'

red 48 ◦ green 89 ◦ blue 8

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

Shades of Verdun Green #305908

Tints of Verdun Green #305908

RGB

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

 GREEN value IS 89 (35.16% from 255) = 61.38%

 BLUE value IS 8 (3.52% from 255) = 5.52%

R = 33.1%
G = 61.38%
B = 5.52%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.91

 K value IS 0.65

RGB Variations

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

Color information

#305908 (or 0x305908) is known color: Verdun Green. HEX triplet: 30, 59 and 08. RGB value is (48,89,8). Sum of RGB (Red+Green+Blue) = 48+89+8=145 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.10% from 145); Green value is 89 (35.16% from 255 or 61.38% from 145); Blue value is 8 (3.52% from 255 or 5.52% from 145); Max value from RGB is 89 - color contains mainly: green. Hex color #305908 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305908 is #CFA6F7. Grayscale: #434343. Windows color (decimal): -13608696 or 547120. OLE color: 547120.

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

Color convert

RGB 48 89 8 -
CMYK 0.46 0 0.91 0.65
HSL 90.37º 0.84% 0.19% -
HSV(B) 90.37º 0.91% 0.35% -
XYZ 4.84 7.79 1.48 -
YUV 67.51 94.42 114.09 -
System Red Green Blue C M Y K H S L
Decimal 48 89 8 0.46 0 0.91 0.65 90.37 0.84 0.19
Hex 30 59 8 2E 0 5B 41 5A 54 13
Octal 60 131 10 56 0 133 101 132 124 23
Binary 110000 1011001 1000 101110 0 1011011 1000001 1011010 1010100 10011

Color Harmonies of #305908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305908

Black with #305908

Text Example


Text Example

White with #305908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305908; }

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

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

background-color css

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

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

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

border-color css

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

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

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