#038A31

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

Shades of Dark Spring Green #038A31

Tints of Dark Spring Green #038A31

Color information

#038A31 (or 0x038A31) is unknown color: approx Dark Spring Green. HEX triplet: 03, 8A and 31. RGB value is (3,138,49). Sum of RGB (Red+Green+Blue) = 3+138+49=190 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.58% from 190); Green value is 138 (54.30% from 255 or 72.63% from 190); Blue value is 49 (19.53% from 255 or 25.79% from 190); Max value from RGB is 138 - color contains mainly: green. Hex color #038A31 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038A31 is #FC75CE. Grayscale: #575757. Windows color (decimal): -16545231 or 3246595. OLE color: 3246595.

HSL color Cylindrical-coordinate representation of color #038A31: hue angle of 140.44º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038A31 is Cyan = 0.98, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.

Color convert

RGB313849-
CMYK0.9800.640.46
HSL140.44º95.74%27.65%-
HSV(B)140.44º97.83%54.12%-
XYZ9.6818.425.95-
YUV87.49106.2767.74-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.58%
GREEN value IS 138 (54.30% from 255) = 72.63%
BLUE value IS 49 (19.53% from 255) = 25.79%
R=1.58%
G=72.63%
B=25.79%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal3138490.9800.640.46140.4495.7427.65
Hex38A31620402E8c601c
Octal32126114201005621414034
Binary111000101011000111000100100000010111010001100110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038A31; }

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

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

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

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

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

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

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

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