Html Css Color HEX #29988B Java

📋 copy color: '#29988B'

red 41 ◦ green 152 ◦ blue 139

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

Shades of Java #29988B

Tints of Java #29988B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 45.78%

 BLUE value IS 139 (54.69% from 255) = 41.87%

R = 12.35%
G = 45.78%
B = 41.87%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#29988B (or 0x29988B) is known color: Java. HEX triplet: 29, 98 and 8B. RGB value is (41,152,139). Sum of RGB (Red+Green+Blue) = 41+152+139=332 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.35% from 332); Green value is 152 (59.77% from 255 or 45.78% from 332); Blue value is 139 (54.69% from 255 or 41.87% from 332); Max value from RGB is 152 - color contains mainly: green. Hex color #29988B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29988B is #D66774. Grayscale: #757575. Windows color (decimal): -14051189 or 9148457. OLE color: 9148457.

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

Color convert

RGB 41 152 139 -
CMYK 0.73 0 0.09 0.40
HSL 172.97º 0.58% 0.38% -
HSV(B) 172.97º 0.73% 0.6% -
XYZ 16.8 24.79 28.33 -
YUV 117.33 140.23 73.56 -
System Red Green Blue C M Y K H S L
Decimal 41 152 139 0.73 0 0.09 0.40 172.97 0.58 0.38
Hex 29 98 8B 49 0 9 28 AD 3A 26
Octal 51 230 213 111 0 11 50 255 72 46
Binary 101001 10011000 10001011 1001001 0 1001 101000 10101101 111010 100110

Color Harmonies of #29988B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29988B

Black with #29988B

Text Example


Text Example

White with #29988B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29988B; }

 p { color: rgb(41,152,139); }

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

background-color css

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

 a { background-color: rgb(41,152,139); }

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

border-color css

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

 span { border-color: rgb(41,152,139); }

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