Html Css Color HEX #299185 Java

📋 copy color: '#299185'

red 41 ◦ green 145 ◦ blue 133

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

Shades of Java #299185

Tints of Java #299185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 41.69%

R = 12.85%
G = 45.45%
B = 41.69%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.08

 K value IS 0.43

RGB Variations

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

Color information

#299185 (or 0x299185) is known color: Java. HEX triplet: 29, 91 and 85. RGB value is (41,145,133). Sum of RGB (Red+Green+Blue) = 41+145+133=319 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.85% from 319); Green value is 145 (57.03% from 255 or 45.45% from 319); Blue value is 133 (52.34% from 255 or 41.69% from 319); Max value from RGB is 145 - color contains mainly: green. Hex color #299185 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299185 is #D66E7A. Grayscale: #707070. Windows color (decimal): -14052987 or 8753449. OLE color: 8753449.

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

Color convert

RGB 41 145 133 -
CMYK 0.72 0 0.08 0.43
HSL 173.08º 0.56% 0.36% -
HSV(B) 173.08º 0.72% 0.57% -
XYZ 15.27 22.42 25.71 -
YUV 112.54 139.54 76.98 -
System Red Green Blue C M Y K H S L
Decimal 41 145 133 0.72 0 0.08 0.43 173.08 0.56 0.36
Hex 29 91 85 48 0 8 2B AD 38 24
Octal 51 221 205 110 0 10 53 255 70 44
Binary 101001 10010001 10000101 1001000 0 1000 101011 10101101 111000 100100

Color Harmonies of #299185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299185

Black with #299185

Text Example


Text Example

White with #299185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299185; }

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

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

background-color css

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

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

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

border-color css

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

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

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