Html Css Color HEX #299187 Java

📋 copy color: '#299187'

red 41 ◦ green 145 ◦ blue 135

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

Shades of Java #299187

Tints of Java #299187

RGB

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

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

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

R = 12.77%
G = 45.17%
B = 42.06%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.07

 K value IS 0.43

RGB Variations

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

Color information

#299187 (or 0x299187) is known color: Java. HEX triplet: 29, 91 and 87. RGB value is (41,145,135). Sum of RGB (Red+Green+Blue) = 41+145+135=321 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.77% from 321); Green value is 145 (57.03% from 255 or 45.17% from 321); Blue value is 135 (53.12% from 255 or 42.06% from 321); Max value from RGB is 145 - color contains mainly: green. Hex color #299187 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299187 is #D66E78. Grayscale: #707070. Windows color (decimal): -14052985 or 8884521. OLE color: 8884521.

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

Color convert

RGB 41 145 135 -
CMYK 0.72 0 0.07 0.43
HSL 174.23º 0.56% 0.36% -
HSV(B) 174.23º 0.72% 0.57% -
XYZ 15.41 22.47 26.45 -
YUV 112.76 140.54 76.81 -
System Red Green Blue C M Y K H S L
Decimal 41 145 135 0.72 0 0.07 0.43 174.23 0.56 0.36
Hex 29 91 87 48 0 7 2B AE 38 24
Octal 51 221 207 110 0 7 53 256 70 44
Binary 101001 10010001 10000111 1001000 0 111 101011 10101110 111000 100100

Color Harmonies of #299187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299187

Black with #299187

Text Example


Text Example

White with #299187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299187; }

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

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

background-color css

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

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

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

border-color css

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

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

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