Html Css Color HEX #30580A Verdun Green

📋 copy color: '#30580A'

red 48 ◦ green 88 ◦ blue 10

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

Shades of Verdun Green #30580A

Tints of Verdun Green #30580A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 6.85%

R = 32.88%
G = 60.27%
B = 6.85%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.89

 K value IS 0.65

RGB Variations

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

Color information

#30580A (or 0x30580A) is known color: Verdun Green. HEX triplet: 30, 58 and 0A. RGB value is (48,88,10). Sum of RGB (Red+Green+Blue) = 48+88+10=146 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.88% from 146); Green value is 88 (34.77% from 255 or 60.27% from 146); Blue value is 10 (4.30% from 255 or 6.85% from 146); Max value from RGB is 88 - color contains mainly: green. Hex color #30580A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #30580A is #CFA7F5. Grayscale: #434343. Windows color (decimal): -13608950 or 677936. OLE color: 677936.

HSL color Cylindrical-coordinate representation of color #30580A: hue angle of 90.77º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #30580A is Cyan = 0.45, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.65.

Color convert

RGB 48 88 10 -
CMYK 0.45 0 0.89 0.65
HSL 90.77º 0.8% 0.19% -
HSV(B) 90.77º 0.89% 0.35% -
XYZ 4.76 7.63 1.51 -
YUV 67.15 95.75 114.34 -
System Red Green Blue C M Y K H S L
Decimal 48 88 10 0.45 0 0.89 0.65 90.77 0.8 0.19
Hex 30 58 A 2D 0 59 41 5B 50 13
Octal 60 130 12 55 0 131 101 133 120 23
Binary 110000 1011000 1010 101101 0 1011001 1000001 1011011 1010000 10011

Color Harmonies of #30580A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30580A

Black with #30580A

Text Example


Text Example

White with #30580A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30580A; }

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

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

background-color css

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

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

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

border-color css

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

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

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