Html Css Color HEX #299387 Java

📋 copy color: '#299387'

red 41 ◦ green 147 ◦ blue 135

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

Shades of Java #299387

Tints of Java #299387

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 41.8%

R = 12.69%
G = 45.51%
B = 41.8%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#299387 (or 0x299387) is known color: Java. HEX triplet: 29, 93 and 87. RGB value is (41,147,135). Sum of RGB (Red+Green+Blue) = 41+147+135=323 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.69% from 323); Green value is 147 (57.81% from 255 or 45.51% from 323); Blue value is 135 (53.12% from 255 or 41.80% from 323); Max value from RGB is 147 - color contains mainly: green. Hex color #299387 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299387 is #D66C78. Grayscale: #717171. Windows color (decimal): -14052473 or 8885033. OLE color: 8885033.

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

Color convert

RGB 41 147 135 -
CMYK 0.72 0 0.08 0.42
HSL 173.21º 0.56% 0.37% -
HSV(B) 173.21º 0.72% 0.58% -
XYZ 15.72 23.09 26.55 -
YUV 113.94 139.88 75.98 -
System Red Green Blue C M Y K H S L
Decimal 41 147 135 0.72 0 0.08 0.42 173.21 0.56 0.37
Hex 29 93 87 48 0 8 2A AD 38 25
Octal 51 223 207 110 0 10 52 255 70 45
Binary 101001 10010011 10000111 1001000 0 1000 101010 10101101 111000 100101

Color Harmonies of #299387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299387

Black with #299387

Text Example


Text Example

White with #299387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299387; }

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

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

background-color css

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

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

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

border-color css

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

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

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