Html Css Color HEX #299096 Java

📋 copy color: '#299096'

red 41 ◦ green 144 ◦ blue 150

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

Shades of Java #299096

Tints of Java #299096

RGB

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

 GREEN value IS 144 (56.64% from 255) = 42.99%

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

R = 12.24%
G = 42.99%
B = 44.78%

CMYK

 C value IS 0.73

 M value IS 0.04

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#299096 (or 0x299096) is known color: Java. HEX triplet: 29, 90 and 96. RGB value is (41,144,150). Sum of RGB (Red+Green+Blue) = 41+144+150=335 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.24% from 335); Green value is 144 (56.64% from 255 or 42.99% from 335); Blue value is 150 (58.98% from 255 or 44.78% from 335); Max value from RGB is 150 - color contains mainly: blue. Hex color #299096 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299096 is #D66F69. Grayscale: #717171. Windows color (decimal): -14053226 or 9867305. OLE color: 9867305.

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

Color convert

RGB 41 144 150 -
CMYK 0.73 0.04 0 0.41
HSL 183.3º 0.57% 0.37% -
HSV(B) 183.3º 0.73% 0.59% -
XYZ 16.39 22.62 32.36 -
YUV 113.89 148.38 76.01 -
System Red Green Blue C M Y K H S L
Decimal 41 144 150 0.73 0.04 0 0.41 183.3 0.57 0.37
Hex 29 90 96 49 4 0 29 B7 39 25
Octal 51 220 226 111 4 0 51 267 71 45
Binary 101001 10010000 10010110 1001001 100 0 101001 10110111 111001 100101

Color Harmonies of #299096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299096

Black with #299096

Text Example


Text Example

White with #299096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299096; }

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

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

background-color css

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

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

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

border-color css

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

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

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