Html Css Color HEX #299996 Java

📋 copy color: '#299996'

red 41 ◦ green 153 ◦ blue 150

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

Shades of Java #299996

Tints of Java #299996

RGB

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

 GREEN value IS 153 (60.16% from 255) = 44.48%

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

R = 11.92%
G = 44.48%
B = 43.6%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.02

 K value IS 0.4

RGB Variations

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

Color information

#299996 (or 0x299996) is known color: Java. HEX triplet: 29, 99 and 96. RGB value is (41,153,150). Sum of RGB (Red+Green+Blue) = 41+153+150=344 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.92% from 344); Green value is 153 (60.16% from 255 or 44.48% from 344); Blue value is 150 (58.98% from 255 or 43.60% from 344); Max value from RGB is 153 - color contains mainly: green. Hex color #299996 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299996 is #D66669. Grayscale: #777777. Windows color (decimal): -14050922 or 9869609. OLE color: 9869609.

HSL color Cylindrical-coordinate representation of color #299996: hue angle of 178.39º 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 #299996 is Cyan = 0.73, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.4.

Color convert

RGB 41 153 150 -
CMYK 0.73 0 0.02 0.4
HSL 178.39º 0.58% 0.38% -
HSV(B) 178.39º 0.73% 0.6% -
XYZ 17.81 25.46 32.83 -
YUV 119.17 145.39 72.24 -
System Red Green Blue C M Y K H S L
Decimal 41 153 150 0.73 0 0.02 0.4 178.39 0.58 0.38
Hex 29 99 96 49 0 2 28 B2 3A 26
Octal 51 231 226 111 0 2 50 262 72 46
Binary 101001 10011001 10010110 1001001 0 10 101000 10110010 111010 100110

Color Harmonies of #299996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299996

Black with #299996

Text Example


Text Example

White with #299996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299996; }

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

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

background-color css

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

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

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

border-color css

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

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

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