Html Css Color HEX #29928B Java

📋 copy color: '#29928B'

red 41 ◦ green 146 ◦ blue 139

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

Shades of Java #29928B

Tints of Java #29928B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 44.79%

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

R = 12.58%
G = 44.79%
B = 42.64%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.05

 K value IS 0.43

RGB Variations

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

Color information

#29928B (or 0x29928B) is known color: Java. HEX triplet: 29, 92 and 8B. RGB value is (41,146,139). Sum of RGB (Red+Green+Blue) = 41+146+139=326 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.58% from 326); Green value is 146 (57.42% from 255 or 44.79% from 326); Blue value is 139 (54.69% from 255 or 42.64% from 326); Max value from RGB is 146 - color contains mainly: green. Hex color #29928B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29928B is #D66D74. Grayscale: #717171. Windows color (decimal): -14052725 or 9146921. OLE color: 9146921.

HSL color Cylindrical-coordinate representation of color #29928B: hue angle of 176º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #29928B is Cyan = 0.72, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB 41 146 139 -
CMYK 0.72 0 0.05 0.43
HSL 176º 0.56% 0.37% -
HSV(B) 176º 0.72% 0.57% -
XYZ 15.85 22.89 28.01 -
YUV 113.81 142.21 76.07 -
System Red Green Blue C M Y K H S L
Decimal 41 146 139 0.72 0 0.05 0.43 176 0.56 0.37
Hex 29 92 8B 48 0 5 2B B0 38 25
Octal 51 222 213 110 0 5 53 260 70 45
Binary 101001 10010010 10001011 1001000 0 101 101011 10110000 111000 100101

Color Harmonies of #29928B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29928B

Black with #29928B

Text Example


Text Example

White with #29928B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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