#048231

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

Shades of Dark Spring Green #048231

Tints of Dark Spring Green #048231

Color information

#048231 (or 0x048231) is unknown color: approx Dark Spring Green. HEX triplet: 04, 82 and 31. RGB value is (4,130,49). Sum of RGB (Red+Green+Blue) = 4+130+49=183 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.19% from 183); Green value is 130 (51.17% from 255 or 71.04% from 183); Blue value is 49 (19.53% from 255 or 26.78% from 183); Max value from RGB is 130 - color contains mainly: green. Hex color #048231 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048231 is #FB7DCE. Grayscale: #535353. Windows color (decimal): -16481743 or 3244548. OLE color: 3244548.

HSL color Cylindrical-coordinate representation of color #048231: hue angle of 141.43º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048231 is Cyan = 0.97, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB413049-
CMYK0.9700.620.49
HSL141.43º94.03%26.27%-
HSV(B)141.43º96.92%50.98%-
XYZ8.5916.215.58-
YUV83.09108.7671.59-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.19%
GREEN value IS 130 (51.17% from 255) = 71.04%
BLUE value IS 49 (19.53% from 255) = 26.78%
R=2.19%
G=71.04%
B=26.78%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal4130490.9700.620.49141.4394.0326.27
Hex482316103E318d5e1a
Octal4202611410766121513632
Binary100100000101100011100001011111011000110001101101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048231; }

 p { color: rgb(4,130,49); }

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

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

 a { background-color: rgb(4,130,49); }

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

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

 span { border-color: rgb(4,130,49); }

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