Html Css Color HEX #299191 Java

📋 copy color: '#299191'

red 41 ◦ green 145 ◦ blue 145

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

Shades of Java #299191

Tints of Java #299191

RGB

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

 GREEN value IS 145 (57.03% from 255) = 43.81%

 BLUE value IS 145 (57.03% from 255) = 43.81%

R = 12.39%
G = 43.81%
B = 43.81%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#299191 (or 0x299191) is known color: Java. HEX triplet: 29, 91 and 91. RGB value is (41,145,145). Sum of RGB (Red+Green+Blue) = 41+145+145=331 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.39% from 331); Green value is 145 (57.03% from 255 or 43.81% from 331); Blue value is 145 (57.03% from 255 or 43.81% from 331); Max value from RGB is 145 - color contains mainly: green, blue. Hex color #299191 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299191 is #D66E6E. Grayscale: #717171. Windows color (decimal): -14052975 or 9539881. OLE color: 9539881.

HSL color Cylindrical-coordinate representation of color #299191: hue angle of 180º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #299191 is Cyan = 0.72, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 41 145 145 -
CMYK 0.72 0 0 0.43
HSL 180º 0.56% 0.36% -
HSV(B) 180º 0.72% 0.57% -
XYZ 16.15 22.77 30.33 -
YUV 113.9 145.54 76 -
System Red Green Blue C M Y K H S L
Decimal 41 145 145 0.72 0 0 0.43 180 0.56 0.36
Hex 29 91 91 48 0 0 2B B4 38 24
Octal 51 221 221 110 0 0 53 264 70 44
Binary 101001 10010001 10010001 1001000 0 0 101011 10110100 111000 100100

Color Harmonies of #299191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299191

Black with #299191

Text Example


Text Example

White with #299191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299191; }

 p { color: rgb(41,145,145); }

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

background-color css

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

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

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

border-color css

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

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

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