#027337

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

Shades of Jewel #027337

Tints of Jewel #027337

Color information

#027337 (or 0x027337) is unknown color: approx Jewel. HEX triplet: 02, 73 and 37. RGB value is (2,115,55). Sum of RGB (Red+Green+Blue) = 2+115+55=172 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 172); Green value is 115 (45.31% from 255 or 66.86% from 172); Blue value is 55 (21.88% from 255 or 31.98% from 172); Max value from RGB is 115 - color contains mainly: green. Hex color #027337 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027337 is #FD8CC8. Grayscale: #4A4A4A. Windows color (decimal): -16616649 or 3633922. OLE color: 3633922.

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

Color convert

RGB211555-
CMYK0.9800.520.55
HSL148.14º96.58%22.94%-
HSV(B)148.14º98.26%45.1%-
XYZ6.8512.555.68-
YUV74.37117.0676.38-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.16%
GREEN value IS 115 (45.31% from 255) = 66.86%
BLUE value IS 55 (21.88% from 255) = 31.98%
R=1.16%
G=66.86%
B=31.98%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2115550.9800.520.55148.1496.5822.94
Hex273376203437946117
Octal2163671420646722414127
Binary1011100111101111100010011010011011110010100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027337; }

 p { color: rgb(2,115,55); }

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

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

 a { background-color: rgb(2,115,55); }

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

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

 span { border-color: rgb(2,115,55); }

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