Html Css Color HEX #299B95 Java

📋 copy color: '#299B95'

red 41 ◦ green 155 ◦ blue 149

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

Shades of Java #299B95

Tints of Java #299B95

RGB

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

 GREEN value IS 155 (60.94% from 255) = 44.93%

 BLUE value IS 149 (58.59% from 255) = 43.19%

R = 11.88%
G = 44.93%
B = 43.19%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.04

 K value IS 0.39

RGB Variations

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

Color information

#299B95 (or 0x299B95) is known color: Java. HEX triplet: 29, 9B and 95. RGB value is (41,155,149). Sum of RGB (Red+Green+Blue) = 41+155+149=345 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.88% from 345); Green value is 155 (60.94% from 255 or 44.93% from 345); Blue value is 149 (58.59% from 255 or 43.19% from 345); Max value from RGB is 155 - color contains mainly: green. Hex color #299B95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299B95 is #D6646A. Grayscale: #787878. Windows color (decimal): -14050411 or 9804585. OLE color: 9804585.

HSL color Cylindrical-coordinate representation of color #299B95: hue angle of 176.84º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #299B95 is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB 41 155 149 -
CMYK 0.74 0 0.04 0.39
HSL 176.84º 0.58% 0.38% -
HSV(B) 176.84º 0.74% 0.61% -
XYZ 18.06 26.08 32.52 -
YUV 120.23 144.23 71.49 -
System Red Green Blue C M Y K H S L
Decimal 41 155 149 0.74 0 0.04 0.39 176.84 0.58 0.38
Hex 29 9B 95 4A 0 4 27 B1 3A 26
Octal 51 233 225 112 0 4 47 261 72 46
Binary 101001 10011011 10010101 1001010 0 100 100111 10110001 111010 100110

Color Harmonies of #299B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299B95

Black with #299B95

Text Example


Text Example

White with #299B95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299B95; }

 p { color: rgb(41,155,149); }

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

background-color css

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

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

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

border-color css

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

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

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