Html Css Color HEX #29948E Java

📋 copy color: '#29948E'

red 41 ◦ green 148 ◦ blue 142

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

Shades of Java #29948E

Tints of Java #29948E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 42.9%

R = 12.39%
G = 44.71%
B = 42.9%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#29948E (or 0x29948E) is known color: Java. HEX triplet: 29, 94 and 8E. RGB value is (41,148,142). Sum of RGB (Red+Green+Blue) = 41+148+142=331 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.39% from 331); Green value is 148 (58.20% from 255 or 44.71% from 331); Blue value is 142 (55.86% from 255 or 42.90% from 331); Max value from RGB is 148 - color contains mainly: green. Hex color #29948E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29948E is #D66B71. Grayscale: #737373. Windows color (decimal): -14052210 or 9344041. OLE color: 9344041.

HSL color Cylindrical-coordinate representation of color #29948E: hue angle of 176.64º 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 #29948E is Cyan = 0.72, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB 41 148 142 -
CMYK 0.72 0 0.04 0.42
HSL 176.64º 0.57% 0.37% -
HSV(B) 176.64º 0.72% 0.58% -
XYZ 16.39 23.6 29.28 -
YUV 115.32 143.05 74.99 -
System Red Green Blue C M Y K H S L
Decimal 41 148 142 0.72 0 0.04 0.42 176.64 0.57 0.37
Hex 29 94 8E 48 0 4 2A B1 39 25
Octal 51 224 216 110 0 4 52 261 71 45
Binary 101001 10010100 10001110 1001000 0 100 101010 10110001 111001 100101

Color Harmonies of #29948E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29948E

Black with #29948E

Text Example


Text Example

White with #29948E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29948E; }

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

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

background-color css

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

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

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

border-color css

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

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

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