Html Css Color HEX #299690 Java

📋 copy color: '#299690'

red 41 ◦ green 150 ◦ blue 144

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

Shades of Java #299690

Tints of Java #299690

RGB

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

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

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

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

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.04

 K value IS 0.41

RGB Variations

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

Color information

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

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

Color convert

RGB 41 150 144 -
CMYK 0.73 0 0.04 0.41
HSL 176.7º 0.57% 0.37% -
HSV(B) 176.7º 0.73% 0.59% -
XYZ 16.85 24.3 30.19 -
YUV 116.73 143.39 73.99 -
System Red Green Blue C M Y K H S L
Decimal 41 150 144 0.73 0 0.04 0.41 176.7 0.57 0.37
Hex 29 96 90 49 0 4 29 B1 39 25
Octal 51 226 220 111 0 4 51 261 71 45
Binary 101001 10010110 10010000 1001001 0 100 101001 10110001 111001 100101

Color Harmonies of #299690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299690

Black with #299690

Text Example


Text Example

White with #299690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299690; }

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

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

background-color css

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

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

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

border-color css

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

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

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