#027735

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

Shades of Dark Spring Green #027735

Tints of Dark Spring Green #027735

Color information

#027735 (or 0x027735) is unknown color: approx Dark Spring Green. HEX triplet: 02, 77 and 35. RGB value is (2,119,53). Sum of RGB (Red+Green+Blue) = 2+119+53=174 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.15% from 174); Green value is 119 (46.88% from 255 or 68.39% from 174); Blue value is 53 (21.09% from 255 or 30.46% from 174); Max value from RGB is 119 - color contains mainly: green. Hex color #027735 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027735 is #FD88CA. Grayscale: #4C4C4C. Windows color (decimal): -16615627 or 3503874. OLE color: 3503874.

HSL color Cylindrical-coordinate representation of color #027735: hue angle of 146.15º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027735 is Cyan = 0.98, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.53.

Color convert

RGB211953-
CMYK0.9800.550.53
HSL146.15º96.69%23.73%-
HSV(B)146.15º98.32%46.67%-
XYZ7.2613.465.58-
YUV76.49114.7474.87-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.15%
GREEN value IS 119 (46.88% from 255) = 68.39%
BLUE value IS 53 (21.09% from 255) = 30.46%
R=1.15%
G=68.39%
B=30.46%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2119530.9800.550.53146.1596.6923.73
Hex277356203735926118
Octal2167651420676522214130
Binary1011101111101011100010011011111010110010010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027735; }

 p { color: rgb(2,119,53); }

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

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

 a { background-color: rgb(2,119,53); }

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

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

 span { border-color: rgb(2,119,53); }

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