#027732

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

Shades of Dark Spring Green #027732

Tints of Dark Spring Green #027732

Color information

#027732 (or 0x027732) is unknown color: approx Dark Spring Green. HEX triplet: 02, 77 and 32. RGB value is (2,119,50). Sum of RGB (Red+Green+Blue) = 2+119+50=171 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.17% from 171); Green value is 119 (46.88% from 255 or 69.59% from 171); Blue value is 50 (19.92% from 255 or 29.24% from 171); Max value from RGB is 119 - color contains mainly: green. Hex color #027732 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027732 is #FD88CD. Grayscale: #4C4C4C. Windows color (decimal): -16615630 or 3307266. OLE color: 3307266.

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

Color convert

RGB211950-
CMYK0.9800.580.53
HSL144.62º96.69%23.73%-
HSV(B)144.62º98.32%46.67%-
XYZ7.213.445.23-
YUV76.15113.2475.11-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.17%
GREEN value IS 119 (46.88% from 255) = 69.59%
BLUE value IS 50 (19.92% from 255) = 29.24%
R=1.17%
G=69.59%
B=29.24%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2119500.9800.580.53144.6296.6923.73
Hex277326203A35916118
Octal2167621420726522114130
Binary1011101111100101100010011101011010110010001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027732; }

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

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

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

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

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

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

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

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