Html Css Color HEX #29948F Java

📋 copy color: '#29948F'

red 41 ◦ green 148 ◦ blue 143

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

Shades of Java #29948F

Tints of Java #29948F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 43.07%

R = 12.35%
G = 44.58%
B = 43.07%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#29948F (or 0x29948F) is known color: Java. HEX triplet: 29, 94 and 8F. RGB value is (41,148,143). Sum of RGB (Red+Green+Blue) = 41+148+143=332 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.35% from 332); Green value is 148 (58.20% from 255 or 44.58% from 332); Blue value is 143 (56.25% from 255 or 43.07% from 332); Max value from RGB is 148 - color contains mainly: green. Hex color #29948F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29948F is #D66B70. Grayscale: #737373. Windows color (decimal): -14052209 or 9409577. OLE color: 9409577.

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

Color convert

RGB 41 148 143 -
CMYK 0.72 0 0.03 0.42
HSL 177.2º 0.57% 0.37% -
HSV(B) 177.2º 0.72% 0.58% -
XYZ 16.46 23.63 29.68 -
YUV 115.44 143.55 74.91 -
System Red Green Blue C M Y K H S L
Decimal 41 148 143 0.72 0 0.03 0.42 177.2 0.57 0.37
Hex 29 94 8F 48 0 3 2A B1 39 25
Octal 51 224 217 110 0 3 52 261 71 45
Binary 101001 10010100 10001111 1001000 0 11 101010 10110001 111001 100101

Color Harmonies of #29948F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29948F

Black with #29948F

Text Example


Text Example

White with #29948F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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