#048A34

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

Shades of Dark Spring Green #048A34

Tints of Dark Spring Green #048A34

Color information

#048A34 (or 0x048A34) is unknown color: approx Dark Spring Green. HEX triplet: 04, 8A and 34. RGB value is (4,138,52). Sum of RGB (Red+Green+Blue) = 4+138+52=194 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.06% from 194); Green value is 138 (54.30% from 255 or 71.13% from 194); Blue value is 52 (20.70% from 255 or 26.80% from 194); Max value from RGB is 138 - color contains mainly: green. Hex color #048A34 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048A34 is #FB75CB. Grayscale: #585858. Windows color (decimal): -16479692 or 3443204. OLE color: 3443204.

HSL color Cylindrical-coordinate representation of color #048A34: hue angle of 141.49º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048A34 is Cyan = 0.97, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.46.

Color convert

RGB413852-
CMYK0.9700.620.46
HSL141.49º94.37%27.84%-
HSV(B)141.49º97.1%54.12%-
XYZ9.7618.456.3-
YUV88.13107.6167.99-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.06%
GREEN value IS 138 (54.30% from 255) = 71.13%
BLUE value IS 52 (20.70% from 255) = 26.80%
R=2.06%
G=71.13%
B=26.80%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal4138520.9700.620.46141.4994.3727.84
Hex48A346103E2E8d5e1c
Octal4212641410765621513634
Binary100100010101101001100001011111010111010001101101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048A34; }

 p { color: rgb(4,138,52); }

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

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

 a { background-color: rgb(4,138,52); }

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

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

 span { border-color: rgb(4,138,52); }

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