Html Css Color HEX #298C8A Java

📋 copy color: '#298C8A'

red 41 ◦ green 140 ◦ blue 138

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

Shades of Java #298C8A

Tints of Java #298C8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 43.26%

R = 12.85%
G = 43.89%
B = 43.26%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#298C8A (or 0x298C8A) is known color: Java. HEX triplet: 29, 8C and 8A. RGB value is (41,140,138). Sum of RGB (Red+Green+Blue) = 41+140+138=319 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.85% from 319); Green value is 140 (55.08% from 255 or 43.89% from 319); Blue value is 138 (54.30% from 255 or 43.26% from 319); Max value from RGB is 140 - color contains mainly: green. Hex color #298C8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298C8A is #D67375. Grayscale: #6E6E6E. Windows color (decimal): -14054262 or 9079849. OLE color: 9079849.

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

Color convert

RGB 41 140 138 -
CMYK 0.71 0 0.01 0.45
HSL 178.79º 0.55% 0.35% -
HSV(B) 178.79º 0.71% 0.55% -
XYZ 14.88 21.06 27.33 -
YUV 110.17 143.7 78.66 -
System Red Green Blue C M Y K H S L
Decimal 41 140 138 0.71 0 0.01 0.45 178.79 0.55 0.35
Hex 29 8C 8A 47 0 1 2D B3 37 23
Octal 51 214 212 107 0 1 55 263 67 43
Binary 101001 10001100 10001010 1000111 0 1 101101 10110011 110111 100011

Color Harmonies of #298C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298C8A

Black with #298C8A

Text Example


Text Example

White with #298C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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