Html Css Color HEX #299895 Java

📋 copy color: '#299895'

red 41 ◦ green 152 ◦ blue 149

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

Shades of Java #299895

Tints of Java #299895

RGB

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

 GREEN value IS 152 (59.77% from 255) = 44.44%

 BLUE value IS 149 (58.59% from 255) = 43.57%

R = 11.99%
G = 44.44%
B = 43.57%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.02

 K value IS 0.40

RGB Variations

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

Color information

#299895 (or 0x299895) is known color: Java. HEX triplet: 29, 98 and 95. RGB value is (41,152,149). Sum of RGB (Red+Green+Blue) = 41+152+149=342 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.99% from 342); Green value is 152 (59.77% from 255 or 44.44% from 342); Blue value is 149 (58.59% from 255 or 43.57% from 342); Max value from RGB is 152 - color contains mainly: green. Hex color #299895 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299895 is #D6676A. Grayscale: #767676. Windows color (decimal): -14051179 or 9803817. OLE color: 9803817.

HSL color Cylindrical-coordinate representation of color #299895: hue angle of 178.38º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #299895 is Cyan = 0.73, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.40.

Color convert

RGB 41 152 149 -
CMYK 0.73 0 0.02 0.40
HSL 178.38º 0.58% 0.38% -
HSV(B) 178.38º 0.73% 0.6% -
XYZ 17.57 25.1 32.35 -
YUV 118.47 145.23 72.74 -
System Red Green Blue C M Y K H S L
Decimal 41 152 149 0.73 0 0.02 0.40 178.38 0.58 0.38
Hex 29 98 95 49 0 2 28 B2 3A 26
Octal 51 230 225 111 0 2 50 262 72 46
Binary 101001 10011000 10010101 1001001 0 10 101000 10110010 111010 100110

Color Harmonies of #299895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299895

Black with #299895

Text Example


Text Example

White with #299895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299895; }

 p { color: rgb(41,152,149); }

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

background-color css

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

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

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

border-color css

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

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

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