Html Css Color HEX #29988D Java

📋 copy color: '#29988D'

red 41 ◦ green 152 ◦ blue 141

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

Shades of Java #29988D

Tints of Java #29988D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 42.22%

R = 12.28%
G = 45.51%
B = 42.22%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#29988D (or 0x29988D) is known color: Java. HEX triplet: 29, 98 and 8D. RGB value is (41,152,141). Sum of RGB (Red+Green+Blue) = 41+152+141=334 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.28% from 334); Green value is 152 (59.77% from 255 or 45.51% from 334); Blue value is 141 (55.47% from 255 or 42.22% from 334); Max value from RGB is 152 - color contains mainly: green. Hex color #29988D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29988D is #D66772. Grayscale: #757575. Windows color (decimal): -14051187 or 9279529. OLE color: 9279529.

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

Color convert

RGB 41 152 141 -
CMYK 0.73 0 0.07 0.40
HSL 174.05º 0.58% 0.38% -
HSV(B) 174.05º 0.73% 0.6% -
XYZ 16.95 24.85 29.1 -
YUV 117.56 141.23 73.39 -
System Red Green Blue C M Y K H S L
Decimal 41 152 141 0.73 0 0.07 0.40 174.05 0.58 0.38
Hex 29 98 8D 49 0 7 28 AE 3A 26
Octal 51 230 215 111 0 7 50 256 72 46
Binary 101001 10011000 10001101 1001001 0 111 101000 10101110 111010 100110

Color Harmonies of #29988D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29988D

Black with #29988D

Text Example


Text Example

White with #29988D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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