Html Css Color HEX #299695 Java

📋 copy color: '#299695'

red 41 ◦ green 150 ◦ blue 149

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

Shades of Java #299695

Tints of Java #299695

RGB

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

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

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

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

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

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

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

Color convert

RGB 41 150 149 -
CMYK 0.73 0 0.01 0.41
HSL 179.45º 0.57% 0.37% -
HSV(B) 179.45º 0.73% 0.59% -
XYZ 17.25 24.45 32.24 -
YUV 117.3 145.89 73.58 -
System Red Green Blue C M Y K H S L
Decimal 41 150 149 0.73 0 0.01 0.41 179.45 0.57 0.37
Hex 29 96 95 49 0 1 29 B3 39 25
Octal 51 226 225 111 0 1 51 263 71 45
Binary 101001 10010110 10010101 1001001 0 1 101001 10110011 111001 100101

Color Harmonies of #299695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299695

Black with #299695

Text Example


Text Example

White with #299695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299695; }

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

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

background-color css

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

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

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

border-color css

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

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

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