Html Css Color HEX #298F85 Java

📋 copy color: '#298F85'

red 41 ◦ green 143 ◦ blue 133

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

Shades of Java #298F85

Tints of Java #298F85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 41.96%

R = 12.93%
G = 45.11%
B = 41.96%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.07

 K value IS 0.44

RGB Variations

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

Color information

#298F85 (or 0x298F85) is known color: Java. HEX triplet: 29, 8F and 85. RGB value is (41,143,133). Sum of RGB (Red+Green+Blue) = 41+143+133=317 (41% of max value = 765). Red value is 41 (16.41% from 255 or 12.93% from 317); Green value is 143 (56.25% from 255 or 45.11% from 317); Blue value is 133 (52.34% from 255 or 41.96% from 317); Max value from RGB is 143 - color contains mainly: green. Hex color #298F85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298F85 is #D6707A. Grayscale: #6F6F6F. Windows color (decimal): -14053499 or 8752937. OLE color: 8752937.

HSL color Cylindrical-coordinate representation of color #298F85: hue angle of 174.12º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #298F85 is Cyan = 0.71, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.

Color convert

RGB 41 143 133 -
CMYK 0.71 0 0.07 0.44
HSL 174.12º 0.55% 0.36% -
HSV(B) 174.12º 0.71% 0.56% -
XYZ 14.97 21.81 25.61 -
YUV 111.36 140.21 77.81 -
System Red Green Blue C M Y K H S L
Decimal 41 143 133 0.71 0 0.07 0.44 174.12 0.55 0.36
Hex 29 8F 85 47 0 7 2C AE 37 24
Octal 51 217 205 107 0 7 54 256 67 44
Binary 101001 10001111 10000101 1000111 0 111 101100 10101110 110111 100100

Color Harmonies of #298F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298F85

Black with #298F85

Text Example


Text Example

White with #298F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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