Html Css Color HEX #298E91 Java

📋 copy color: '#298E91'

red 41 ◦ green 142 ◦ blue 145

#298E91
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Java #298E91

Tints of Java #298E91

RGB

 RED value IS 41 (16.41% from 255) = 12.5%

 GREEN value IS 142 (55.86% from 255) = 43.29%

 BLUE value IS 145 (57.03% from 255) = 44.21%

R = 12.5%
G = 43.29%
B = 44.21%

CMYK

 C value IS 0.72

 M value IS 0.02

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#298E91 (or 0x298E91) is known color: Java. HEX triplet: 29, 8E and 91. RGB value is (41,142,145). Sum of RGB (Red+Green+Blue) = 41+142+145=328 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.5% from 328); Green value is 142 (55.86% from 255 or 43.29% from 328); Blue value is 145 (57.03% from 255 or 44.21% from 328); Max value from RGB is 145 - color contains mainly: blue. Hex color #298E91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298E91 is #D6716E. Grayscale: #707070. Windows color (decimal): -14053743 or 9539113. OLE color: 9539113.

HSL color Cylindrical-coordinate representation of color #298E91: hue angle of 181.73º 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 #298E91 is Cyan = 0.72, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 41 142 145 -
CMYK 0.72 0.02 0 0.43
HSL 181.73º 0.56% 0.36% -
HSV(B) 181.73º 0.72% 0.57% -
XYZ 15.7 21.86 30.18 -
YUV 112.14 146.54 77.26 -
System Red Green Blue C M Y K H S L
Decimal 41 142 145 0.72 0.02 0 0.43 181.73 0.56 0.36
Hex 29 8E 91 48 2 0 2B B6 38 24
Octal 51 216 221 110 2 0 53 266 70 44
Binary 101001 10001110 10010001 1001000 10 0 101011 10110110 111000 100100

Color Harmonies of #298E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298E91

Black with #298E91

Text Example


Text Example

White with #298E91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #298E91;
 }
 .AnyTagClassName
 {
   color: #298E91;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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