Html Css Color HEX #299490 Java

📋 copy color: '#299490'

red 41 ◦ green 148 ◦ blue 144

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

Shades of Java #299490

Tints of Java #299490

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.44%

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

R = 12.31%
G = 44.44%
B = 43.24%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#299490 (or 0x299490) is known color: Java. HEX triplet: 29, 94 and 90. RGB value is (41,148,144). Sum of RGB (Red+Green+Blue) = 41+148+144=333 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.31% from 333); Green value is 148 (58.20% from 255 or 44.44% from 333); Blue value is 144 (56.64% from 255 or 43.24% from 333); Max value from RGB is 148 - color contains mainly: green. Hex color #299490 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299490 is #D66B6F. Grayscale: #737373. Windows color (decimal): -14052208 or 9475113. OLE color: 9475113.

HSL color Cylindrical-coordinate representation of color #299490: hue angle of 177.76º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #299490 is Cyan = 0.72, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 41 148 144 -
CMYK 0.72 0 0.03 0.42
HSL 177.76º 0.57% 0.37% -
HSV(B) 177.76º 0.72% 0.58% -
XYZ 16.54 23.66 30.08 -
YUV 115.55 144.05 74.83 -
System Red Green Blue C M Y K H S L
Decimal 41 148 144 0.72 0 0.03 0.42 177.76 0.57 0.37
Hex 29 94 90 48 0 3 2A B2 39 25
Octal 51 224 220 110 0 3 52 262 71 45
Binary 101001 10010100 10010000 1001000 0 11 101010 10110010 111001 100101

Color Harmonies of #299490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299490

Black with #299490

Text Example


Text Example

White with #299490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299490; }

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

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

background-color css

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

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

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

border-color css

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

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

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