Html Css Color HEX #298F92 Java

📋 copy color: '#298F92'

red 41 ◦ green 143 ◦ blue 146

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

Shades of Java #298F92

Tints of Java #298F92

RGB

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

 GREEN value IS 143 (56.25% from 255) = 43.33%

 BLUE value IS 146 (57.42% from 255) = 44.24%

R = 12.42%
G = 43.33%
B = 44.24%

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

#298F92 (or 0x298F92) is known color: Java. HEX triplet: 29, 8F and 92. RGB value is (41,143,146). Sum of RGB (Red+Green+Blue) = 41+143+146=330 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.42% from 330); Green value is 143 (56.25% from 255 or 43.33% from 330); Blue value is 146 (57.42% from 255 or 44.24% from 330); Max value from RGB is 146 - color contains mainly: blue. Hex color #298F92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298F92 is #D6706D. Grayscale: #707070. Windows color (decimal): -14053486 or 9604905. OLE color: 9604905.

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

Color convert

RGB 41 143 146 -
CMYK 0.72 0.02 0 0.43
HSL 181.71º 0.56% 0.37% -
HSV(B) 181.71º 0.72% 0.57% -
XYZ 15.93 22.19 30.64 -
YUV 112.84 146.71 76.76 -
System Red Green Blue C M Y K H S L
Decimal 41 143 146 0.72 0.02 0 0.43 181.71 0.56 0.37
Hex 29 8F 92 48 2 0 2B B6 38 25
Octal 51 217 222 110 2 0 53 266 70 45
Binary 101001 10001111 10010010 1001000 10 0 101011 10110110 111000 100101

Color Harmonies of #298F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298F92

Black with #298F92

Text Example


Text Example

White with #298F92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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