Html Css Color HEX #299994 Java

📋 copy color: '#299994'

red 41 ◦ green 153 ◦ blue 148

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

Shades of Java #299994

Tints of Java #299994

RGB

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

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

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

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

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

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

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

Color convert

RGB 41 153 148 -
CMYK 0.73 0 0.03 0.4
HSL 177.32º 0.58% 0.38% -
HSV(B) 177.32º 0.73% 0.6% -
XYZ 17.65 25.39 31.99 -
YUV 118.94 144.39 72.41 -
System Red Green Blue C M Y K H S L
Decimal 41 153 148 0.73 0 0.03 0.4 177.32 0.58 0.38
Hex 29 99 94 49 0 3 28 B1 3A 26
Octal 51 231 224 111 0 3 50 261 72 46
Binary 101001 10011001 10010100 1001001 0 11 101000 10110001 111010 100110

Color Harmonies of #299994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299994

Black with #299994

Text Example


Text Example

White with #299994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299994; }

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

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

background-color css

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

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

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

border-color css

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

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

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