Html Css Color HEX #299691 Java

📋 copy color: '#299691'

red 41 ◦ green 150 ◦ blue 145

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

Shades of Java #299691

Tints of Java #299691

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 43.15%

R = 12.2%
G = 44.64%
B = 43.15%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#299691 (or 0x299691) is known color: Java. HEX triplet: 29, 96 and 91. RGB value is (41,150,145). Sum of RGB (Red+Green+Blue) = 41+150+145=336 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.20% from 336); Green value is 150 (58.98% from 255 or 44.64% from 336); Blue value is 145 (57.03% from 255 or 43.15% from 336); Max value from RGB is 150 - color contains mainly: green. Hex color #299691 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299691 is #D6696E. Grayscale: #747474. Windows color (decimal): -14051695 or 9541161. OLE color: 9541161.

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

Color convert

RGB 41 150 145 -
CMYK 0.73 0 0.03 0.41
HSL 177.25º 0.57% 0.37% -
HSV(B) 177.25º 0.73% 0.59% -
XYZ 16.93 24.33 30.59 -
YUV 116.84 143.89 73.91 -
System Red Green Blue C M Y K H S L
Decimal 41 150 145 0.73 0 0.03 0.41 177.25 0.57 0.37
Hex 29 96 91 49 0 3 29 B1 39 25
Octal 51 226 221 111 0 3 51 261 71 45
Binary 101001 10010110 10010001 1001001 0 11 101001 10110001 111001 100101

Color Harmonies of #299691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299691

Black with #299691

Text Example


Text Example

White with #299691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299691; }

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

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

background-color css

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

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

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

border-color css

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

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

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