Html Css Color HEX #299F92 Java

📋 copy color: '#299F92'

red 41 ◦ green 159 ◦ blue 146

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

Shades of Java #299F92

Tints of Java #299F92

RGB

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

 GREEN value IS 159 (62.5% from 255) = 45.95%

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

R = 11.85%
G = 45.95%
B = 42.2%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#299F92 (or 0x299F92) is known color: Java. HEX triplet: 29, 9F and 92. RGB value is (41,159,146). Sum of RGB (Red+Green+Blue) = 41+159+146=346 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.85% from 346); Green value is 159 (62.5% from 255 or 45.95% from 346); Blue value is 146 (57.42% from 255 or 42.20% from 346); Max value from RGB is 159 - color contains mainly: green. Hex color #299F92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299F92 is #D6606D. Grayscale: #7A7A7A. Windows color (decimal): -14049390 or 9609001. OLE color: 9609001.

HSL color Cylindrical-coordinate representation of color #299F92: hue angle of 173.39º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #299F92 is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB 41 159 146 -
CMYK 0.74 0 0.08 0.38
HSL 173.39º 0.59% 0.39% -
HSV(B) 173.39º 0.74% 0.62% -
XYZ 18.5 27.34 31.5 -
YUV 122.24 141.41 70.06 -
System Red Green Blue C M Y K H S L
Decimal 41 159 146 0.74 0 0.08 0.38 173.39 0.59 0.39
Hex 29 9F 92 4A 0 8 26 AD 3B 27
Octal 51 237 222 112 0 10 46 255 73 47
Binary 101001 10011111 10010010 1001010 0 1000 100110 10101101 111011 100111

Color Harmonies of #299F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299F92

Black with #299F92

Text Example


Text Example

White with #299F92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299F92; }

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

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

background-color css

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

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

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

border-color css

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

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

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