Html Css Color HEX #299593 Java

📋 copy color: '#299593'

red 41 ◦ green 149 ◦ blue 147

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

Shades of Java #299593

Tints of Java #299593

RGB

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

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

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

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

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #299593: hue angle of 178.89º 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 #299593 is Cyan = 0.72, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB 41 149 147 -
CMYK 0.72 0 0.01 0.42
HSL 178.89º 0.57% 0.37% -
HSV(B) 178.89º 0.72% 0.58% -
XYZ 16.93 24.07 31.36 -
YUV 116.48 145.22 74.16 -
System Red Green Blue C M Y K H S L
Decimal 41 149 147 0.72 0 0.01 0.42 178.89 0.57 0.37
Hex 29 95 93 48 0 1 2A B3 39 25
Octal 51 225 223 110 0 1 52 263 71 45
Binary 101001 10010101 10010011 1001000 0 1 101010 10110011 111001 100101

Color Harmonies of #299593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299593

Black with #299593

Text Example


Text Example

White with #299593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299593; }

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

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

background-color css

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

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

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

border-color css

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

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

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