Html Css Color HEX #305D09 Verdun Green

📋 copy color: '#305D09'

red 48 ◦ green 93 ◦ blue 9

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

Shades of Verdun Green #305D09

Tints of Verdun Green #305D09

RGB

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

 GREEN value IS 93 (36.72% from 255) = 62%

 BLUE value IS 9 (3.91% from 255) = 6%

R = 32%
G = 62%
B = 6%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.90

 K value IS 0.64

RGB Variations

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

Color information

#305D09 (or 0x305D09) is known color: Verdun Green. HEX triplet: 30, 5D and 09. RGB value is (48,93,9). Sum of RGB (Red+Green+Blue) = 48+93+9=150 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32% from 150); Green value is 93 (36.72% from 255 or 62% from 150); Blue value is 9 (3.91% from 255 or 6% from 150); Max value from RGB is 93 - color contains mainly: green. Hex color #305D09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305D09 is #CFA2F6. Grayscale: #464646. Windows color (decimal): -13607671 or 613680. OLE color: 613680.

HSL color Cylindrical-coordinate representation of color #305D09: hue angle of 92.14º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #305D09 is Cyan = 0.48, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.64.

Color convert

RGB 48 93 9 -
CMYK 0.48 0 0.90 0.64
HSL 92.14º 0.82% 0.2% -
HSV(B) 92.14º 0.9% 0.36% -
XYZ 5.18 8.48 1.62 -
YUV 69.97 93.59 112.33 -
System Red Green Blue C M Y K H S L
Decimal 48 93 9 0.48 0 0.90 0.64 92.14 0.82 0.2
Hex 30 5D 9 30 0 5A 40 5C 52 14
Octal 60 135 11 60 0 132 100 134 122 24
Binary 110000 1011101 1001 110000 0 1011010 1000000 1011100 1010010 10100

Color Harmonies of #305D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305D09

Black with #305D09

Text Example


Text Example

White with #305D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305D09; }

 p { color: rgb(48,93,9); }

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

background-color css

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

 a { background-color: rgb(48,93,9); }

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

border-color css

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

 span { border-color: rgb(48,93,9); }

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