Html Css Color HEX #299292 Java

📋 copy color: '#299292'

red 41 ◦ green 146 ◦ blue 146

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

Shades of Java #299292

Tints of Java #299292

RGB

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

 GREEN value IS 146 (57.42% from 255) = 43.84%

 BLUE value IS 146 (57.42% from 255) = 43.84%

R = 12.31%
G = 43.84%
B = 43.84%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#299292 (or 0x299292) is known color: Java. HEX triplet: 29, 92 and 92. RGB value is (41,146,146). Sum of RGB (Red+Green+Blue) = 41+146+146=333 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.31% from 333); Green value is 146 (57.42% from 255 or 43.84% from 333); Blue value is 146 (57.42% from 255 or 43.84% from 333); Max value from RGB is 146 - color contains mainly: green, blue. Hex color #299292 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299292 is #D66D6D. Grayscale: #727272. Windows color (decimal): -14052718 or 9605673. OLE color: 9605673.

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

Color convert

RGB 41 146 146 -
CMYK 0.72 0 0 0.43
HSL 180º 0.56% 0.37% -
HSV(B) 180º 0.72% 0.57% -
XYZ 16.38 23.1 30.79 -
YUV 114.61 145.71 75.5 -
System Red Green Blue C M Y K H S L
Decimal 41 146 146 0.72 0 0 0.43 180 0.56 0.37
Hex 29 92 92 48 0 0 2B B4 38 25
Octal 51 222 222 110 0 0 53 264 70 45
Binary 101001 10010010 10010010 1001000 0 0 101011 10110100 111000 100101

Color Harmonies of #299292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299292

Black with #299292

Text Example


Text Example

White with #299292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299292; }

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

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

background-color css

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

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

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

border-color css

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

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

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