Html Css Color HEX #299396 Java

📋 copy color: '#299396'

red 41 ◦ green 147 ◦ blue 150

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

Shades of Java #299396

Tints of Java #299396

RGB

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

 GREEN value IS 147 (57.81% from 255) = 43.49%

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

R = 12.13%
G = 43.49%
B = 44.38%

CMYK

 C value IS 0.73

 M value IS 0.02

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#299396 (or 0x299396) is known color: Java. HEX triplet: 29, 93 and 96. RGB value is (41,147,150). Sum of RGB (Red+Green+Blue) = 41+147+150=338 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.13% from 338); Green value is 147 (57.81% from 255 or 43.49% from 338); Blue value is 150 (58.98% from 255 or 44.38% from 338); Max value from RGB is 150 - color contains mainly: blue. Hex color #299396 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299396 is #D66C69. Grayscale: #737373. Windows color (decimal): -14052458 or 9868073. OLE color: 9868073.

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

Color convert

RGB 41 147 150 -
CMYK 0.73 0.02 0 0.41
HSL 181.65º 0.57% 0.37% -
HSV(B) 181.65º 0.73% 0.59% -
XYZ 16.85 23.54 32.51 -
YUV 115.65 147.38 74.76 -
System Red Green Blue C M Y K H S L
Decimal 41 147 150 0.73 0.02 0 0.41 181.65 0.57 0.37
Hex 29 93 96 49 2 0 29 B6 39 25
Octal 51 223 226 111 2 0 51 266 71 45
Binary 101001 10010011 10010110 1001001 10 0 101001 10110110 111001 100101

Color Harmonies of #299396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299396

Black with #299396

Text Example


Text Example

White with #299396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299396; }

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

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

background-color css

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

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

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

border-color css

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

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

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