#037A42

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

Shades of Dark Spring Green #037A42

Tints of Dark Spring Green #037A42

Color information

#037A42 (or 0x037A42) is unknown color: approx Dark Spring Green. HEX triplet: 03, 7A and 42. RGB value is (3,122,66). Sum of RGB (Red+Green+Blue) = 3+122+66=191 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.57% from 191); Green value is 122 (48.05% from 255 or 63.87% from 191); Blue value is 66 (26.17% from 255 or 34.55% from 191); Max value from RGB is 122 - color contains mainly: green. Hex color #037A42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #037A42 is #FC85BD. Grayscale: #505050. Windows color (decimal): -16549310 or 4356611. OLE color: 4356611.

HSL color Cylindrical-coordinate representation of color #037A42: hue angle of 151.76º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #037A42 is Cyan = 0.98, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.52.

Color convert

RGB312266-
CMYK0.9800.460.52
HSL151.76º95.2%24.51%-
HSV(B)151.76º97.54%47.84%-
XYZ7.9814.337.5-
YUV80.04120.0873.05-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.57%
GREEN value IS 122 (48.05% from 255) = 63.87%
BLUE value IS 66 (26.17% from 255) = 34.55%
R=1.57%
G=63.87%
B=34.55%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal3122660.9800.460.52151.7695.224.51
Hex37A426202E34985f19
Octal31721021420566423013731
Binary11111101010000101100010010111011010010011000101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #037A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #037A42; }

 p { color: rgb(3,122,66); }

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

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

 a { background-color: rgb(3,122,66); }

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

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

 span { border-color: rgb(3,122,66); }

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