#27968E

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

Shades of Java #27968E

Tints of Java #27968E

Color information

#27968E (or 0x27968E) is unknown color: approx Java. HEX triplet: 27, 96 and 8E. RGB value is (39,150,142). Sum of RGB (Red+Green+Blue) = 39+150+142=331 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.78% from 331); Green value is 150 (58.98% from 255 or 45.32% from 331); Blue value is 142 (55.86% from 255 or 42.90% from 331); Max value from RGB is 150 - color contains mainly: green. Hex color #27968E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27968E is #D86971. Grayscale: #737373. Windows color (decimal): -14182770 or 9344551. OLE color: 9344551.

HSL color Cylindrical-coordinate representation of color #27968E: hue angle of 175.68º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #27968E is Cyan = 0.74, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB39150142-
CMYK0.7400.050.41
HSL175.68º58.73%37.06%-
HSV(B)175.68º74%58.82%-
XYZ16.6324.229.39-
YUV115.9142.7373.15-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.78%
GREEN value IS 150 (58.98% from 255) = 45.32%
BLUE value IS 142 (55.86% from 255) = 42.90%
R=11.78%
G=45.32%
B=42.90%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal391501420.7400.050.41175.6858.7337.06
Hex27968E4A0529b03b25
Octal4722621611205512607345
Binary10011110010110100011101001010010110100110110000111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27968E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27968E; }

 p { color: rgb(39,150,142); }

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

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

 a { background-color: rgb(39,150,142); }

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

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

 span { border-color: rgb(39,150,142); }

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