#048933

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

Shades of Dark Spring Green #048933

Tints of Dark Spring Green #048933

Color information

#048933 (or 0x048933) is unknown color: approx Dark Spring Green. HEX triplet: 04, 89 and 33. RGB value is (4,137,51). Sum of RGB (Red+Green+Blue) = 4+137+51=192 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.08% from 192); Green value is 137 (53.91% from 255 or 71.35% from 192); Blue value is 51 (20.31% from 255 or 26.56% from 192); Max value from RGB is 137 - color contains mainly: green. Hex color #048933 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048933 is #FB76CC. Grayscale: #575757. Windows color (decimal): -16479949 or 3377412. OLE color: 3377412.

HSL color Cylindrical-coordinate representation of color #048933: hue angle of 141.2º 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 #048933 is Cyan = 0.97, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.46.

Color convert

RGB413751-
CMYK0.9700.630.46
HSL141.2º94.33%27.65%-
HSV(B)141.2º97.08%53.73%-
XYZ9.5918.166.13-
YUV87.43107.4468.49-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.08%
GREEN value IS 137 (53.91% from 255) = 71.35%
BLUE value IS 51 (20.31% from 255) = 26.56%
R=2.08%
G=71.35%
B=26.56%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal4137510.9700.630.46141.294.3327.65
Hex489336103F2E8d5e1c
Octal4211631410775621513634
Binary100100010011100111100001011111110111010001101101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048933; }

 p { color: rgb(4,137,51); }

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

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

 a { background-color: rgb(4,137,51); }

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

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

 span { border-color: rgb(4,137,51); }

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