#298D91

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

Shades of Java #298D91

Tints of Java #298D91

Color information

#298D91 (or 0x298D91) is unknown color: approx Java. HEX triplet: 29, 8D and 91. RGB value is (41,141,145). Sum of RGB (Red+Green+Blue) = 41+141+145=327 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.54% from 327); Green value is 141 (55.47% from 255 or 43.12% from 327); Blue value is 145 (57.03% from 255 or 44.34% from 327); Max value from RGB is 145 - color contains mainly: blue. Hex color #298D91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298D91 is #D6726E. Grayscale: #6F6F6F. Windows color (decimal): -14053999 or 9538857. OLE color: 9538857.

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

Color convert

RGB41141145-
CMYK0.720.0300.43
HSL182.31º55.91%36.47%-
HSV(B)182.31º71.72%56.86%-
XYZ15.5521.5730.13-
YUV111.56146.8777.67-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.54%
GREEN value IS 141 (55.47% from 255) = 43.12%
BLUE value IS 145 (57.03% from 255) = 44.34%
R=12.54%
G=43.12%
B=44.34%

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
Decimal411411450.720.0300.43182.3155.9136.47
Hex298D9148302Bb63824
Octal5121522111030532667044
Binary1010011000110110010001100100011010101110110110111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,141,145); }

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

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

 a { background-color: rgb(41,141,145); }

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

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

 span { border-color: rgb(41,141,145); }

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