Html Css Color HEX #299499 Java

📋 copy color: '#299499'

red 41 ◦ green 148 ◦ blue 153

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

Shades of Java #299499

Tints of Java #299499

RGB

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

 GREEN value IS 148 (58.2% from 255) = 43.27%

 BLUE value IS 153 (60.16% from 255) = 44.74%

R = 11.99%
G = 43.27%
B = 44.74%

CMYK

 C value IS 0.73

 M value IS 0.03

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#299499 (or 0x299499) is known color: Java. HEX triplet: 29, 94 and 99. RGB value is (41,148,153). Sum of RGB (Red+Green+Blue) = 41+148+153=342 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.99% from 342); Green value is 148 (58.20% from 255 or 43.27% from 342); Blue value is 153 (60.16% from 255 or 44.74% from 342); Max value from RGB is 153 - color contains mainly: blue. Hex color #299499 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299499 is #D66B66. Grayscale: #747474. Windows color (decimal): -14052199 or 10064937. OLE color: 10064937.

HSL color Cylindrical-coordinate representation of color #299499: hue angle of 182.68º 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 #299499 is Cyan = 0.73, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 41 148 153 -
CMYK 0.73 0.03 0 0.4
HSL 182.68º 0.58% 0.38% -
HSV(B) 182.68º 0.73% 0.6% -
XYZ 17.25 23.95 33.85 -
YUV 116.58 148.55 74.09 -
System Red Green Blue C M Y K H S L
Decimal 41 148 153 0.73 0.03 0 0.4 182.68 0.58 0.38
Hex 29 94 99 49 3 0 28 B7 3A 26
Octal 51 224 231 111 3 0 50 267 72 46
Binary 101001 10010100 10011001 1001001 11 0 101000 10110111 111010 100110

Color Harmonies of #299499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299499

Black with #299499

Text Example


Text Example

White with #299499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299499; }

 p { color: rgb(41,148,153); }

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

background-color css

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

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

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

border-color css

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

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

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