#027239

Color #027239 Jewel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jewel #027239

Tints of Jewel #027239

Color information

#027239 (or 0x027239) is unknown color: approx Jewel. HEX triplet: 02, 72 and 39. RGB value is (2,114,57). Sum of RGB (Red+Green+Blue) = 2+114+57=173 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 173); Green value is 114 (44.92% from 255 or 65.90% from 173); Blue value is 57 (22.66% from 255 or 32.95% from 173); Max value from RGB is 114 - color contains mainly: green. Hex color #027239 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027239 is #FD8DC6. Grayscale: #4A4A4A. Windows color (decimal): -16616903 or 3764738. OLE color: 3764738.

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

Color convert

RGB211457-
CMYK0.9800.500.55
HSL149.46º96.55%22.75%-
HSV(B)149.46º98.25%44.71%-
XYZ6.7812.345.9-
YUV74.01118.3976.63-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.16%
GREEN value IS 114 (44.92% from 255) = 65.90%
BLUE value IS 57 (22.66% from 255) = 32.95%
R=1.16%
G=65.90%
B=32.95%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2114570.9800.500.55149.4696.5522.75
Hex272396203237956117
Octal2162711420626722514127
Binary1011100101110011100010011001011011110010101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027239; }

 p { color: rgb(2,114,57); }

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

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

 a { background-color: rgb(2,114,57); }

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

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

 span { border-color: rgb(2,114,57); }

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