Html Css Color HEX #299184 Java

📋 copy color: '#299184'

red 41 ◦ green 145 ◦ blue 132

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

Shades of Java #299184

Tints of Java #299184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 41.51%

R = 12.89%
G = 45.6%
B = 41.51%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.09

 K value IS 0.43

RGB Variations

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

Color information

#299184 (or 0x299184) is known color: Java. HEX triplet: 29, 91 and 84. RGB value is (41,145,132). Sum of RGB (Red+Green+Blue) = 41+145+132=318 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.89% from 318); Green value is 145 (57.03% from 255 or 45.60% from 318); Blue value is 132 (51.95% from 255 or 41.51% from 318); Max value from RGB is 145 - color contains mainly: green. Hex color #299184 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299184 is #D66E7B. Grayscale: #707070. Windows color (decimal): -14052988 or 8687913. OLE color: 8687913.

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

Color convert

RGB 41 145 132 -
CMYK 0.72 0 0.09 0.43
HSL 172.5º 0.56% 0.36% -
HSV(B) 172.5º 0.72% 0.57% -
XYZ 15.2 22.39 25.35 -
YUV 112.42 139.04 77.06 -
System Red Green Blue C M Y K H S L
Decimal 41 145 132 0.72 0 0.09 0.43 172.5 0.56 0.36
Hex 29 91 84 48 0 9 2B AC 38 24
Octal 51 221 204 110 0 11 53 254 70 44
Binary 101001 10010001 10000100 1001000 0 1001 101011 10101100 111000 100100

Color Harmonies of #299184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299184

Black with #299184

Text Example


Text Example

White with #299184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299184; }

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

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

background-color css

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

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

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

border-color css

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

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

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