#078A30

Color #078A30 Dark Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Spring Green #078A30

Tints of Dark Spring Green #078A30

Color information

#078A30 (or 0x078A30) is unknown color: approx Dark Spring Green. HEX triplet: 07, 8A and 30. RGB value is (7,138,48). Sum of RGB (Red+Green+Blue) = 7+138+48=193 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.63% from 193); Green value is 138 (54.30% from 255 or 71.50% from 193); Blue value is 48 (19.14% from 255 or 24.87% from 193); Max value from RGB is 138 - color contains mainly: green. Hex color #078A30 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078A30 is #F875CF. Grayscale: #585858. Windows color (decimal): -16283088 or 3181063. OLE color: 3181063.

HSL color Cylindrical-coordinate representation of color #078A30: hue angle of 138.78º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078A30 is Cyan = 0.95, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.46.

Color convert

RGB713848-
CMYK0.9500.650.46
HSL138.78º90.34%28.43%-
HSV(B)138.78º94.93%54.12%-
XYZ9.7118.445.84-
YUV88.57105.169.82-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.63%
GREEN value IS 138 (54.30% from 255) = 71.50%
BLUE value IS 48 (19.14% from 255) = 24.87%
R=3.63%
G=71.50%
B=24.87%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal7138480.9500.650.46138.7890.3428.43
Hex78A305F0412E8b5a1c
Octal72126013701015621313234
Binary1111000101011000010111110100000110111010001011101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #078A30; }

 p { color: rgb(7,138,48); }

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

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

 a { background-color: rgb(7,138,48); }

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

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

 span { border-color: rgb(7,138,48); }

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