Html Css Color HEX #299388 Java

📋 copy color: '#299388'

red 41 ◦ green 147 ◦ blue 136

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

Shades of Java #299388

Tints of Java #299388

RGB

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

 GREEN value IS 147 (57.81% from 255) = 45.37%

 BLUE value IS 136 (53.52% from 255) = 41.98%

R = 12.65%
G = 45.37%
B = 41.98%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#299388 (or 0x299388) is known color: Java. HEX triplet: 29, 93 and 88. RGB value is (41,147,136). Sum of RGB (Red+Green+Blue) = 41+147+136=324 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.65% from 324); Green value is 147 (57.81% from 255 or 45.37% from 324); Blue value is 136 (53.52% from 255 or 41.98% from 324); Max value from RGB is 147 - color contains mainly: green. Hex color #299388 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299388 is #D66C77. Grayscale: #717171. Windows color (decimal): -14052472 or 8950569. OLE color: 8950569.

HSL color Cylindrical-coordinate representation of color #299388: hue angle of 173.77º degrees, saturation: 0.56, 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 #299388 is Cyan = 0.72, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 41 147 136 -
CMYK 0.72 0 0.07 0.42
HSL 173.77º 0.56% 0.37% -
HSV(B) 173.77º 0.72% 0.58% -
XYZ 15.79 23.12 26.92 -
YUV 114.05 140.38 75.89 -
System Red Green Blue C M Y K H S L
Decimal 41 147 136 0.72 0 0.07 0.42 173.77 0.56 0.37
Hex 29 93 88 48 0 7 2A AE 38 25
Octal 51 223 210 110 0 7 52 256 70 45
Binary 101001 10010011 10001000 1001000 0 111 101010 10101110 111000 100101

Color Harmonies of #299388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299388

Black with #299388

Text Example


Text Example

White with #299388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299388; }

 p { color: rgb(41,147,136); }

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

background-color css

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

 a { background-color: rgb(41,147,136); }

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

border-color css

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

 span { border-color: rgb(41,147,136); }

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