#27938B

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

Shades of Java #27938B

Tints of Java #27938B

Color information

#27938B (or 0x27938B) is unknown color: approx Java. HEX triplet: 27, 93 and 8B. RGB value is (39,147,139). Sum of RGB (Red+Green+Blue) = 39+147+139=325 (43% of max value = 765). Red value is 39 (15.62% from 255 or 12% from 325); Green value is 147 (57.81% from 255 or 45.23% from 325); Blue value is 139 (54.69% from 255 or 42.77% from 325); Max value from RGB is 147 - color contains mainly: green. Hex color #27938B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27938B is #D86C74. Grayscale: #717171. Windows color (decimal): -14183541 or 9147175. OLE color: 9147175.

HSL color Cylindrical-coordinate representation of color #27938B: hue angle of 175.56º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #27938B is Cyan = 0.73, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB39147139-
CMYK0.7300.050.42
HSL175.56º58.06%36.47%-
HSV(B)175.56º73.47%57.65%-
XYZ15.9323.1628.06-
YUV113.8142.2274.65-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12%
GREEN value IS 147 (57.81% from 255) = 45.23%
BLUE value IS 139 (54.69% from 255) = 42.77%
R=12%
G=45.23%
B=42.77%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal391471390.7300.050.42175.5658.0636.47
Hex27938B49052Ab03a24
Octal4722321311105522607244
Binary10011110010011100010111001001010110101010110000111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27938B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27938B; }

 p { color: rgb(39,147,139); }

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

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

 a { background-color: rgb(39,147,139); }

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

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

 span { border-color: rgb(39,147,139); }

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