Html Css Color HEX #299493 Java

📋 copy color: '#299493'

red 41 ◦ green 148 ◦ blue 147

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

Shades of Java #299493

Tints of Java #299493

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.05%

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

R = 12.2%
G = 44.05%
B = 43.75%

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

#299493 (or 0x299493) is known color: Java. HEX triplet: 29, 94 and 93. RGB value is (41,148,147). Sum of RGB (Red+Green+Blue) = 41+148+147=336 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.20% from 336); Green value is 148 (58.20% from 255 or 44.05% from 336); Blue value is 147 (57.81% from 255 or 43.75% from 336); Max value from RGB is 148 - color contains mainly: green. Hex color #299493 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299493 is #D66B6C. Grayscale: #737373. Windows color (decimal): -14052205 or 9671721. OLE color: 9671721.

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

Color convert

RGB 41 148 147 -
CMYK 0.72 0 0.01 0.42
HSL 179.44º 0.57% 0.37% -
HSV(B) 179.44º 0.72% 0.58% -
XYZ 16.77 23.76 31.31 -
YUV 115.89 145.55 74.58 -
System Red Green Blue C M Y K H S L
Decimal 41 148 147 0.72 0 0.01 0.42 179.44 0.57 0.37
Hex 29 94 93 48 0 1 2A B3 39 25
Octal 51 224 223 110 0 1 52 263 71 45
Binary 101001 10010100 10010011 1001000 0 1 101010 10110011 111001 100101

Color Harmonies of #299493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299493

Black with #299493

Text Example


Text Example

White with #299493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299493; }

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

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

background-color css

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

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

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

border-color css

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

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

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