Html Css Color HEX #299596 Java

📋 copy color: '#299596'

red 41 ◦ green 149 ◦ blue 150

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

Shades of Java #299596

Tints of Java #299596

RGB

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

 GREEN value IS 149 (58.59% from 255) = 43.82%

 BLUE value IS 150 (58.98% from 255) = 44.12%

R = 12.06%
G = 43.82%
B = 44.12%

CMYK

 C value IS 0.73

 M value IS 0.01

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#299596 (or 0x299596) is known color: Java. HEX triplet: 29, 95 and 96. RGB value is (41,149,150). Sum of RGB (Red+Green+Blue) = 41+149+150=340 (45% of max value = 765). Red value is 41 (16.41% from 255 or 12.06% from 340); Green value is 149 (58.59% from 255 or 43.82% from 340); Blue value is 150 (58.98% from 255 or 44.12% from 340); Max value from RGB is 150 - color contains mainly: blue. Hex color #299596 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299596 is #D66A69. Grayscale: #747474. Windows color (decimal): -14051946 or 9868585. OLE color: 9868585.

HSL color Cylindrical-coordinate representation of color #299596: hue angle of 180.55º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #299596 is Cyan = 0.73, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 41 149 150 -
CMYK 0.73 0.01 0 0.41
HSL 180.55º 0.57% 0.37% -
HSV(B) 180.55º 0.73% 0.59% -
XYZ 17.17 24.17 32.61 -
YUV 116.82 146.72 73.92 -
System Red Green Blue C M Y K H S L
Decimal 41 149 150 0.73 0.01 0 0.41 180.55 0.57 0.37
Hex 29 95 96 49 1 0 29 B5 39 25
Octal 51 225 226 111 1 0 51 265 71 45
Binary 101001 10010101 10010110 1001001 1 0 101001 10110101 111001 100101

Color Harmonies of #299596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299596

Black with #299596

Text Example


Text Example

White with #299596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299596; }

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

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

background-color css

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

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

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

border-color css

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

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

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