Html Css Color HEX #299990 Java

📋 copy color: '#299990'

red 41 ◦ green 153 ◦ blue 144

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

Shades of Java #299990

Tints of Java #299990

RGB

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

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

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

R = 12.13%
G = 45.27%
B = 42.6%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.06

 K value IS 0.4

RGB Variations

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

Color information

#299990 (or 0x299990) is known color: Java. HEX triplet: 29, 99 and 90. RGB value is (41,153,144). Sum of RGB (Red+Green+Blue) = 41+153+144=338 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.13% from 338); Green value is 153 (60.16% from 255 or 45.27% from 338); Blue value is 144 (56.64% from 255 or 42.60% from 338); Max value from RGB is 153 - color contains mainly: green. Hex color #299990 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299990 is #D6666F. Grayscale: #767676. Windows color (decimal): -14050928 or 9476393. OLE color: 9476393.

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

Color convert

RGB 41 153 144 -
CMYK 0.73 0 0.06 0.4
HSL 175.18º 0.58% 0.38% -
HSV(B) 175.18º 0.73% 0.6% -
XYZ 17.34 25.27 30.35 -
YUV 118.49 142.39 72.73 -
System Red Green Blue C M Y K H S L
Decimal 41 153 144 0.73 0 0.06 0.4 175.18 0.58 0.38
Hex 29 99 90 49 0 6 28 AF 3A 26
Octal 51 231 220 111 0 6 50 257 72 46
Binary 101001 10011001 10010000 1001001 0 110 101000 10101111 111010 100110

Color Harmonies of #299990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299990

Black with #299990

Text Example


Text Example

White with #299990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299990; }

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

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

background-color css

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

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

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

border-color css

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

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

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