#027536

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

Shades of Dark Spring Green #027536

Tints of Dark Spring Green #027536

Color information

#027536 (or 0x027536) is unknown color: approx Dark Spring Green. HEX triplet: 02, 75 and 36. RGB value is (2,117,54). Sum of RGB (Red+Green+Blue) = 2+117+54=173 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 173); Green value is 117 (46.09% from 255 or 67.63% from 173); Blue value is 54 (21.48% from 255 or 31.21% from 173); Max value from RGB is 117 - color contains mainly: green. Hex color #027536 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027536 is #FD8AC9. Grayscale: #4B4B4B. Windows color (decimal): -16616138 or 3568898. OLE color: 3568898.

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

Color convert

RGB211754-
CMYK0.9800.540.54
HSL147.13º96.64%23.33%-
HSV(B)147.13º98.29%45.88%-
XYZ7.05135.63-
YUV75.43115.975.62-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.16%
GREEN value IS 117 (46.09% from 255) = 67.63%
BLUE value IS 54 (21.48% from 255) = 31.21%
R=1.16%
G=67.63%
B=31.21%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2117540.9800.540.54147.1396.6423.33
Hex275366203636936117
Octal2165661420666622314127
Binary1011101011101101100010011011011011010010011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027536; }

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

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

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

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

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

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

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

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