#027532

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

Shades of Dark Spring Green #027532

Tints of Dark Spring Green #027532

Color information

#027532 (or 0x027532) is unknown color: approx Dark Spring Green. HEX triplet: 02, 75 and 32. RGB value is (2,117,50). Sum of RGB (Red+Green+Blue) = 2+117+50=169 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 169); Green value is 117 (46.09% from 255 or 69.23% from 169); Blue value is 50 (19.92% from 255 or 29.59% from 169); Max value from RGB is 117 - color contains mainly: green. Hex color #027532 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027532 is #FD8ACD. Grayscale: #4B4B4B. Windows color (decimal): -16616142 or 3306754. OLE color: 3306754.

HSL color Cylindrical-coordinate representation of color #027532: hue angle of 145.04º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027532 is Cyan = 0.98, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.54.

Color convert

RGB211750-
CMYK0.9800.570.54
HSL145.04º96.64%23.33%-
HSV(B)145.04º98.29%45.88%-
XYZ6.9612.975.15-
YUV74.98113.975.95-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.18%
GREEN value IS 117 (46.09% from 255) = 69.23%
BLUE value IS 50 (19.92% from 255) = 29.59%
R=1.18%
G=69.23%
B=29.59%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2117500.9800.570.54145.0496.6423.33
Hex275326203936916117
Octal2165621420716622114127
Binary1011101011100101100010011100111011010010001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027532; }

 p { color: rgb(2,117,50); }

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

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

 a { background-color: rgb(2,117,50); }

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

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

 span { border-color: rgb(2,117,50); }

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