#038231

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

Shades of Dark Spring Green #038231

Tints of Dark Spring Green #038231

Color information

#038231 (or 0x038231) is unknown color: approx Dark Spring Green. HEX triplet: 03, 82 and 31. RGB value is (3,130,49). Sum of RGB (Red+Green+Blue) = 3+130+49=182 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.65% from 182); Green value is 130 (51.17% from 255 or 71.43% from 182); Blue value is 49 (19.53% from 255 or 26.92% from 182); Max value from RGB is 130 - color contains mainly: green. Hex color #038231 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038231 is #FC7DCE. Grayscale: #525252. Windows color (decimal): -16547279 or 3244547. OLE color: 3244547.

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

Color convert

RGB313049-
CMYK0.9800.620.49
HSL141.73º95.49%26.08%-
HSV(B)141.73º97.69%50.98%-
XYZ8.5716.215.58-
YUV82.79108.9271.09-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.65%
GREEN value IS 130 (51.17% from 255) = 71.43%
BLUE value IS 49 (19.53% from 255) = 26.92%
R=1.65%
G=71.43%
B=26.92%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal3130490.9800.620.49141.7395.4926.08
Hex382316203E318e5f1a
Octal3202611420766121613732
Binary11100000101100011100010011111011000110001110101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038231; }

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

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

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

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

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

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

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

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