Html Css Color HEX #299395 Java

📋 copy color: '#299395'

red 41 ◦ green 147 ◦ blue 149

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

Shades of Java #299395

Tints of Java #299395

RGB

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

 GREEN value IS 147 (57.81% from 255) = 43.62%

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

R = 12.17%
G = 43.62%
B = 44.21%

CMYK

 C value IS 0.72

 M value IS 0.01

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#299395 (or 0x299395) is known color: Java. HEX triplet: 29, 93 and 95. RGB value is (41,147,149). Sum of RGB (Red+Green+Blue) = 41+147+149=337 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.17% from 337); Green value is 147 (57.81% from 255 or 43.62% from 337); Blue value is 149 (58.59% from 255 or 44.21% from 337); Max value from RGB is 149 - color contains mainly: blue. Hex color #299395 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299395 is #D66C6A. Grayscale: #737373. Windows color (decimal): -14052459 or 9802537. OLE color: 9802537.

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

Color convert

RGB 41 147 149 -
CMYK 0.72 0.01 0 0.42
HSL 181.11º 0.57% 0.37% -
HSV(B) 181.11º 0.72% 0.58% -
XYZ 16.77 23.51 32.09 -
YUV 115.53 146.88 74.84 -
System Red Green Blue C M Y K H S L
Decimal 41 147 149 0.72 0.01 0 0.42 181.11 0.57 0.37
Hex 29 93 95 48 1 0 2A B5 39 25
Octal 51 223 225 110 1 0 52 265 71 45
Binary 101001 10010011 10010101 1001000 1 0 101010 10110101 111001 100101

Color Harmonies of #299395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299395

Black with #299395

Text Example


Text Example

White with #299395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299395; }

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

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

background-color css

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

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

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

border-color css

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

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

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