#298E92

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

Shades of Java #298E92

Tints of Java #298E92

Color information

#298E92 (or 0x298E92) is unknown color: approx Java. HEX triplet: 29, 8E and 92. RGB value is (41,142,146). Sum of RGB (Red+Green+Blue) = 41+142+146=329 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.46% from 329); Green value is 142 (55.86% from 255 or 43.16% from 329); Blue value is 146 (57.42% from 255 or 44.38% from 329); Max value from RGB is 146 - color contains mainly: blue. Hex color #298E92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298E92 is #D6716D. Grayscale: #707070. Windows color (decimal): -14053742 or 9604649. OLE color: 9604649.

HSL color Cylindrical-coordinate representation of color #298E92: hue angle of 182.29º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #298E92 is Cyan = 0.72, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB41142146-
CMYK0.720.0300.43
HSL182.29º56.15%36.67%-
HSV(B)182.29º71.92%57.25%-
XYZ15.7821.8930.59-
YUV112.26147.0477.17-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.46%
GREEN value IS 142 (55.86% from 255) = 43.16%
BLUE value IS 146 (57.42% from 255) = 44.38%
R=12.46%
G=43.16%
B=44.38%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal411421460.720.0300.43182.2956.1536.67
Hex298E9248302Bb63825
Octal5121622211030532667045
Binary1010011000111010010010100100011010101110110110111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298E92; }

 p { color: rgb(41,142,146); }

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

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

 a { background-color: rgb(41,142,146); }

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

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

 span { border-color: rgb(41,142,146); }

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