Html Css Color HEX #299898 Java

📋 copy color: '#299898'

red 41 ◦ green 152 ◦ blue 152

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

Shades of Java #299898

Tints of Java #299898

RGB

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

 GREEN value IS 152 (59.77% from 255) = 44.06%

 BLUE value IS 152 (59.77% from 255) = 44.06%

R = 11.88%
G = 44.06%
B = 44.06%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#299898 (or 0x299898) is known color: Java. HEX triplet: 29, 98 and 98. RGB value is (41,152,152). Sum of RGB (Red+Green+Blue) = 41+152+152=345 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.88% from 345); Green value is 152 (59.77% from 255 or 44.06% from 345); Blue value is 152 (59.77% from 255 or 44.06% from 345); Max value from RGB is 152 - color contains mainly: green, blue. Hex color #299898 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299898 is #D66767. Grayscale: #767676. Windows color (decimal): -14051176 or 10000425. OLE color: 10000425.

HSL color Cylindrical-coordinate representation of color #299898: hue angle of 180º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #299898 is Cyan = 0.73, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 41 152 152 -
CMYK 0.73 0 0 0.40
HSL 180º 0.58% 0.38% -
HSV(B) 180º 0.73% 0.6% -
XYZ 17.81 25.19 33.63 -
YUV 118.81 146.73 72.5 -
System Red Green Blue C M Y K H S L
Decimal 41 152 152 0.73 0 0 0.40 180 0.58 0.38
Hex 29 98 98 49 0 0 28 B4 3A 26
Octal 51 230 230 111 0 0 50 264 72 46
Binary 101001 10011000 10011000 1001001 0 0 101000 10110100 111010 100110

Color Harmonies of #299898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299898

Black with #299898

Text Example


Text Example

White with #299898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299898; }

 p { color: rgb(41,152,152); }

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

background-color css

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

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

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

border-color css

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

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

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