Html Css Color HEX #299393 Java

📋 copy color: '#299393'

red 41 ◦ green 147 ◦ blue 147

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

Shades of Java #299393

Tints of Java #299393

RGB

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

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

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

R = 12.24%
G = 43.88%
B = 43.88%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#299393 (or 0x299393) is known color: Java. HEX triplet: 29, 93 and 93. RGB value is (41,147,147). Sum of RGB (Red+Green+Blue) = 41+147+147=335 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.24% from 335); Green value is 147 (57.81% from 255 or 43.88% from 335); Blue value is 147 (57.81% from 255 or 43.88% from 335); Max value from RGB is 147 - color contains mainly: green, blue. Hex color #299393 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299393 is #D66C6C. Grayscale: #737373. Windows color (decimal): -14052461 or 9671465. OLE color: 9671465.

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

Color convert

RGB 41 147 147 -
CMYK 0.72 0 0 0.42
HSL 180º 0.56% 0.37% -
HSV(B) 180º 0.72% 0.58% -
XYZ 16.61 23.45 31.25 -
YUV 115.31 145.88 75 -
System Red Green Blue C M Y K H S L
Decimal 41 147 147 0.72 0 0 0.42 180 0.56 0.37
Hex 29 93 93 48 0 0 2A B4 38 25
Octal 51 223 223 110 0 0 52 264 70 45
Binary 101001 10010011 10010011 1001000 0 0 101010 10110100 111000 100101

Color Harmonies of #299393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299393

Black with #299393

Text Example


Text Example

White with #299393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299393; }

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

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

background-color css

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

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

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

border-color css

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

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

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