Html Css Color HEX #29949A Java

📋 copy color: '#29949A'

red 41 ◦ green 148 ◦ blue 154

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

Shades of Java #29949A

Tints of Java #29949A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 44.9%

R = 11.95%
G = 43.15%
B = 44.9%

CMYK

 C value IS 0.73

 M value IS 0.04

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#29949A (or 0x29949A) is known color: Java. HEX triplet: 29, 94 and 9A. RGB value is (41,148,154). Sum of RGB (Red+Green+Blue) = 41+148+154=343 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.95% from 343); Green value is 148 (58.20% from 255 or 43.15% from 343); Blue value is 154 (60.55% from 255 or 44.90% from 343); Max value from RGB is 154 - color contains mainly: blue. Hex color #29949A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29949A is #D66B65. Grayscale: #747474. Windows color (decimal): -14052198 or 10130473. OLE color: 10130473.

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

Color convert

RGB 41 148 154 -
CMYK 0.73 0.04 0 0.40
HSL 183.19º 0.58% 0.38% -
HSV(B) 183.19º 0.73% 0.6% -
XYZ 17.34 23.98 34.29 -
YUV 116.69 149.05 74.01 -
System Red Green Blue C M Y K H S L
Decimal 41 148 154 0.73 0.04 0 0.40 183.19 0.58 0.38
Hex 29 94 9A 49 4 0 28 B7 3A 26
Octal 51 224 232 111 4 0 50 267 72 46
Binary 101001 10010100 10011010 1001001 100 0 101000 10110111 111010 100110

Color Harmonies of #29949A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29949A

Black with #29949A

Text Example


Text Example

White with #29949A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29949A; }

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

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

background-color css

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

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

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

border-color css

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

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

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