Html Css Color HEX #299694 Java

📋 copy color: '#299694'

red 41 ◦ green 150 ◦ blue 148

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

Shades of Java #299694

Tints of Java #299694

RGB

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

 GREEN value IS 150 (58.98% from 255) = 44.25%

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

R = 12.09%
G = 44.25%
B = 43.66%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#299694 (or 0x299694) is known color: Java. HEX triplet: 29, 96 and 94. RGB value is (41,150,148). Sum of RGB (Red+Green+Blue) = 41+150+148=339 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.09% from 339); Green value is 150 (58.98% from 255 or 44.25% from 339); Blue value is 148 (58.20% from 255 or 43.66% from 339); Max value from RGB is 150 - color contains mainly: green. Hex color #299694 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299694 is #D6696B. Grayscale: #757575. Windows color (decimal): -14051692 or 9737769. OLE color: 9737769.

HSL color Cylindrical-coordinate representation of color #299694: hue angle of 178.9º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #299694 is Cyan = 0.73, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB 41 150 148 -
CMYK 0.73 0 0.01 0.41
HSL 178.9º 0.57% 0.37% -
HSV(B) 178.9º 0.73% 0.59% -
XYZ 17.17 24.42 31.83 -
YUV 117.18 145.39 73.66 -
System Red Green Blue C M Y K H S L
Decimal 41 150 148 0.73 0 0.01 0.41 178.9 0.57 0.37
Hex 29 96 94 49 0 1 29 B3 39 25
Octal 51 226 224 111 0 1 51 263 71 45
Binary 101001 10010110 10010100 1001001 0 1 101001 10110011 111001 100101

Color Harmonies of #299694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299694

Black with #299694

Text Example


Text Example

White with #299694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299694; }

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

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

background-color css

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

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

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

border-color css

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

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

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