#038238

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

Shades of Dark Spring Green #038238

Tints of Dark Spring Green #038238

Color information

#038238 (or 0x038238) is unknown color: approx Dark Spring Green. HEX triplet: 03, 82 and 38. RGB value is (3,130,56). Sum of RGB (Red+Green+Blue) = 3+130+56=189 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.59% from 189); Green value is 130 (51.17% from 255 or 68.78% from 189); Blue value is 56 (22.27% from 255 or 29.63% from 189); Max value from RGB is 130 - color contains mainly: green. Hex color #038238 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038238 is #FC7DC7. Grayscale: #535353. Windows color (decimal): -16547272 or 3703299. OLE color: 3703299.

HSL color Cylindrical-coordinate representation of color #038238: hue angle of 145.04º 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 #038238 is Cyan = 0.98, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB313056-
CMYK0.9800.570.49
HSL145.04º95.49%26.08%-
HSV(B)145.04º97.69%50.98%-
XYZ8.7316.276.42-
YUV83.59112.4270.52-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.59%
GREEN value IS 130 (51.17% from 255) = 68.78%
BLUE value IS 56 (22.27% from 255) = 29.63%
R=1.59%
G=68.78%
B=29.63%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal3130560.9800.570.49145.0495.4926.08
Hex382386203931915f1a
Octal3202701420716122113732
Binary11100000101110001100010011100111000110010001101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038238; }

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

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

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

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

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

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

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

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