Html Css Color HEX #298C87 Java

📋 copy color: '#298C87'

red 41 ◦ green 140 ◦ blue 135

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

Shades of Java #298C87

Tints of Java #298C87

RGB

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

 GREEN value IS 140 (55.08% from 255) = 44.3%

 BLUE value IS 135 (53.13% from 255) = 42.72%

R = 12.97%
G = 44.3%
B = 42.72%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#298C87 (or 0x298C87) is known color: Java. HEX triplet: 29, 8C and 87. RGB value is (41,140,135). Sum of RGB (Red+Green+Blue) = 41+140+135=316 (41% of max value = 765). Red value is 41 (16.41% from 255 or 12.97% from 316); Green value is 140 (55.08% from 255 or 44.30% from 316); Blue value is 135 (53.12% from 255 or 42.72% from 316); Max value from RGB is 140 - color contains mainly: green. Hex color #298C87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298C87 is #D67378. Grayscale: #6D6D6D. Windows color (decimal): -14054265 or 8883241. OLE color: 8883241.

HSL color Cylindrical-coordinate representation of color #298C87: hue angle of 176.97º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #298C87 is Cyan = 0.71, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB 41 140 135 -
CMYK 0.71 0 0.04 0.45
HSL 176.97º 0.55% 0.35% -
HSV(B) 176.97º 0.71% 0.55% -
XYZ 14.67 20.98 26.2 -
YUV 109.83 142.2 78.91 -
System Red Green Blue C M Y K H S L
Decimal 41 140 135 0.71 0 0.04 0.45 176.97 0.55 0.35
Hex 29 8C 87 47 0 4 2D B1 37 23
Octal 51 214 207 107 0 4 55 261 67 43
Binary 101001 10001100 10000111 1000111 0 100 101101 10110001 110111 100011

Color Harmonies of #298C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298C87

Black with #298C87

Text Example


Text Example

White with #298C87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,140,135); }

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

background-color css

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

 a { background-color: rgb(41,140,135); }

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

border-color css

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

 span { border-color: rgb(41,140,135); }

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