#027533

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

Shades of Dark Spring Green #027533

Tints of Dark Spring Green #027533

Color information

#027533 (or 0x027533) is unknown color: approx Dark Spring Green. HEX triplet: 02, 75 and 33. RGB value is (2,117,51). Sum of RGB (Red+Green+Blue) = 2+117+51=170 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 170); Green value is 117 (46.09% from 255 or 68.82% from 170); Blue value is 51 (20.31% from 255 or 30% from 170); Max value from RGB is 117 - color contains mainly: green. Hex color #027533 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027533 is #FD8ACC. Grayscale: #4B4B4B. Windows color (decimal): -16616141 or 3372290. OLE color: 3372290.

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

Color convert

RGB211751-
CMYK0.9800.560.54
HSL145.57º96.64%23.33%-
HSV(B)145.57º98.29%45.88%-
XYZ6.9812.975.27-
YUV75.09114.475.87-

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) = 68.82%
BLUE value IS 51 (20.31% from 255) = 30%
R=1.18%
G=68.82%
B=30%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2117510.9800.560.54145.5796.6423.33
Hex275336203836926117
Octal2165631420706622214127
Binary1011101011100111100010011100011011010010010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027533; }

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

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

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

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

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

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

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

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