#305E08

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

Shades of Verdun Green #305E08

Tints of Verdun Green #305E08

Color information

#305E08 (or 0x305E08) is unknown color: approx Verdun Green. HEX triplet: 30, 5E and 08. RGB value is (48,94,8). Sum of RGB (Red+Green+Blue) = 48+94+8=150 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32% from 150); Green value is 94 (37.11% from 255 or 62.67% from 150); Blue value is 8 (3.52% from 255 or 5.33% from 150); Max value from RGB is 94 - color contains mainly: green. Hex color #305E08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305E08 is #CFA1F7. Grayscale: #464646. Windows color (decimal): -13607416 or 548400. OLE color: 548400.

HSL color Cylindrical-coordinate representation of color #305E08: hue angle of 92.09º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #305E08 is Cyan = 0.49, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.63.

Color convert

RGB48948-
CMYK0.4900.910.63
HSL92.09º84.31%20%-
HSV(B)92.09º91.49%36.86%-
XYZ5.278.651.62-
YUV70.4492.76111.99-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 32%
GREEN value IS 94 (37.11% from 255) = 62.67%
BLUE value IS 8 (3.52% from 255) = 5.33%
R=32%
G=62.67%
B=5.33%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal489480.4900.910.6392.0984.3120
Hex305E83105B3F5c5414
Octal60136106101337713412424
Binary11000010111101000110001010110111111111011100101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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