#038232

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

Shades of Dark Spring Green #038232

Tints of Dark Spring Green #038232

Color information

#038232 (or 0x038232) is unknown color: approx Dark Spring Green. HEX triplet: 03, 82 and 32. RGB value is (3,130,50). Sum of RGB (Red+Green+Blue) = 3+130+50=183 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.64% from 183); Green value is 130 (51.17% from 255 or 71.04% from 183); Blue value is 50 (19.92% from 255 or 27.32% from 183); Max value from RGB is 130 - color contains mainly: green. Hex color #038232 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038232 is #FC7DCD. Grayscale: #535353. Windows color (decimal): -16547278 or 3310083. OLE color: 3310083.

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

Color convert

RGB313050-
CMYK0.9800.620.49
HSL142.2º95.49%26.08%-
HSV(B)142.2º97.69%50.98%-
XYZ8.616.215.69-
YUV82.91109.4271-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.64%
GREEN value IS 130 (51.17% from 255) = 71.04%
BLUE value IS 50 (19.92% from 255) = 27.32%
R=1.64%
G=71.04%
B=27.32%

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
Decimal3130500.9800.620.49142.295.4926.08
Hex382326203E318e5f1a
Octal3202621420766121613732
Binary11100000101100101100010011111011000110001110101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038232; }

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

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

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

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

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

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

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

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