Html Css Color HEX #299A92 Java

📋 copy color: '#299A92'

red 41 ◦ green 154 ◦ blue 146

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

Shades of Java #299A92

Tints of Java #299A92

RGB

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

 GREEN value IS 154 (60.55% from 255) = 45.16%

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

R = 12.02%
G = 45.16%
B = 42.82%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.05

 K value IS 0.40

RGB Variations

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

Color information

#299A92 (or 0x299A92) is known color: Java. HEX triplet: 29, 9A and 92. RGB value is (41,154,146). Sum of RGB (Red+Green+Blue) = 41+154+146=341 (45% of max value = 765). Red value is 41 (16.41% from 255 or 12.02% from 341); Green value is 154 (60.55% from 255 or 45.16% from 341); Blue value is 146 (57.42% from 255 or 42.82% from 341); Max value from RGB is 154 - color contains mainly: green. Hex color #299A92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299A92 is #D6656D. Grayscale: #777777. Windows color (decimal): -14050670 or 9607721. OLE color: 9607721.

HSL color Cylindrical-coordinate representation of color #299A92: hue angle of 175.75º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #299A92 is Cyan = 0.73, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.

Color convert

RGB 41 154 146 -
CMYK 0.73 0 0.05 0.40
HSL 175.75º 0.58% 0.38% -
HSV(B) 175.75º 0.73% 0.6% -
XYZ 17.66 25.66 31.22 -
YUV 119.3 143.06 72.15 -
System Red Green Blue C M Y K H S L
Decimal 41 154 146 0.73 0 0.05 0.40 175.75 0.58 0.38
Hex 29 9A 92 49 0 5 28 B0 3A 26
Octal 51 232 222 111 0 5 50 260 72 46
Binary 101001 10011010 10010010 1001001 0 101 101000 10110000 111010 100110

Color Harmonies of #299A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299A92

Black with #299A92

Text Example


Text Example

White with #299A92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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