Html Css Color HEX #298C89 Java

📋 copy color: '#298C89'

red 41 ◦ green 140 ◦ blue 137

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

Shades of Java #298C89

Tints of Java #298C89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 43.08%

R = 12.89%
G = 44.03%
B = 43.08%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.02

 K value IS 0.45

RGB Variations

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

Color information

#298C89 (or 0x298C89) is known color: Java. HEX triplet: 29, 8C and 89. RGB value is (41,140,137). Sum of RGB (Red+Green+Blue) = 41+140+137=318 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.89% from 318); Green value is 140 (55.08% from 255 or 44.03% from 318); Blue value is 137 (53.91% from 255 or 43.08% from 318); Max value from RGB is 140 - color contains mainly: green. Hex color #298C89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298C89 is #D67376. Grayscale: #6D6D6D. Windows color (decimal): -14054263 or 9014313. OLE color: 9014313.

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

Color convert

RGB 41 140 137 -
CMYK 0.71 0 0.02 0.45
HSL 178.18º 0.55% 0.35% -
HSV(B) 178.18º 0.71% 0.55% -
XYZ 14.81 21.03 26.95 -
YUV 110.06 143.2 78.74 -
System Red Green Blue C M Y K H S L
Decimal 41 140 137 0.71 0 0.02 0.45 178.18 0.55 0.35
Hex 29 8C 89 47 0 2 2D B2 37 23
Octal 51 214 211 107 0 2 55 262 67 43
Binary 101001 10001100 10001001 1000111 0 10 101101 10110010 110111 100011

Color Harmonies of #298C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298C89

Black with #298C89

Text Example


Text Example

White with #298C89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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