#027B40

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

Shades of Dark Spring Green #027B40

Tints of Dark Spring Green #027B40

Color information

#027B40 (or 0x027B40) is unknown color: approx Dark Spring Green. HEX triplet: 02, 7B and 40. RGB value is (2,123,64). Sum of RGB (Red+Green+Blue) = 2+123+64=189 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 189); Green value is 123 (48.44% from 255 or 65.08% from 189); Blue value is 64 (25.39% from 255 or 33.86% from 189); Max value from RGB is 123 - color contains mainly: green. Hex color #027B40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027B40 is #FD84BF. Grayscale: #505050. Windows color (decimal): -16614592 or 4225794. OLE color: 4225794.

HSL color Cylindrical-coordinate representation of color #027B40: hue angle of 150.74º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027B40 is Cyan = 0.98, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.52.

Color convert

RGB212364-
CMYK0.9800.480.52
HSL150.74º96.8%24.51%-
HSV(B)150.74º98.37%48.24%-
XYZ8.0314.557.24-
YUV80.1118.9172.3-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.06%
GREEN value IS 123 (48.44% from 255) = 65.08%
BLUE value IS 64 (25.39% from 255) = 33.86%
R=1.06%
G=65.08%
B=33.86%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal2123640.9800.480.52150.7496.824.51
Hex27B406203034976119
Octal21731001420606422714131
Binary10111101110000001100010011000011010010010111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027B40; }

 p { color: rgb(2,123,64); }

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

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

 a { background-color: rgb(2,123,64); }

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

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

 span { border-color: rgb(2,123,64); }

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