#027C3C

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

Shades of Dark Spring Green #027C3C

Tints of Dark Spring Green #027C3C

Color information

#027C3C (or 0x027C3C) is unknown color: approx Dark Spring Green. HEX triplet: 02, 7C and 3C. RGB value is (2,124,60). Sum of RGB (Red+Green+Blue) = 2+124+60=186 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 186); Green value is 124 (48.83% from 255 or 66.67% from 186); Blue value is 60 (23.83% from 255 or 32.26% from 186); Max value from RGB is 124 - color contains mainly: green. Hex color #027C3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027C3C is #FD83C3. Grayscale: #505050. Windows color (decimal): -16614340 or 3963906. OLE color: 3963906.

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

Color convert

RGB212460-
CMYK0.9800.520.51
HSL148.52º96.83%24.71%-
HSV(B)148.52º98.39%48.63%-
XYZ8.0514.756.7-
YUV80.23116.5872.2-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.08%
GREEN value IS 124 (48.83% from 255) = 66.67%
BLUE value IS 60 (23.83% from 255) = 32.26%
R=1.08%
G=66.67%
B=32.26%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal2124600.9800.520.51148.5296.8324.71
Hex27C3C6203433956119
Octal2174741420646322514131
Binary1011111001111001100010011010011001110010101110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,124,60); }

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

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

 a { background-color: rgb(2,124,60); }

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

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

 span { border-color: rgb(2,124,60); }

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