Html Css Color HEX #299E92 Java

📋 copy color: '#299E92'

red 41 ◦ green 158 ◦ blue 146

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

Shades of Java #299E92

Tints of Java #299E92

RGB

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

 GREEN value IS 158 (62.11% from 255) = 45.8%

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

R = 11.88%
G = 45.8%
B = 42.32%

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

#299E92 (or 0x299E92) is known color: Java. HEX triplet: 29, 9E and 92. RGB value is (41,158,146). Sum of RGB (Red+Green+Blue) = 41+158+146=345 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.88% from 345); Green value is 158 (62.11% from 255 or 45.80% from 345); Blue value is 146 (57.42% from 255 or 42.32% from 345); Max value from RGB is 158 - color contains mainly: green. Hex color #299E92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299E92 is #D6616D. Grayscale: #797979. Windows color (decimal): -14049646 or 9608745. OLE color: 9608745.

HSL color Cylindrical-coordinate representation of color #299E92: hue angle of 173.85º 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 #299E92 is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB 41 158 146 -
CMYK 0.74 0 0.08 0.38
HSL 173.85º 0.59% 0.39% -
HSV(B) 173.85º 0.74% 0.62% -
XYZ 18.33 27 31.44 -
YUV 121.65 141.74 70.48 -
System Red Green Blue C M Y K H S L
Decimal 41 158 146 0.74 0 0.08 0.38 173.85 0.59 0.39
Hex 29 9E 92 4A 0 8 26 AE 3B 27
Octal 51 236 222 112 0 10 46 256 73 47
Binary 101001 10011110 10010010 1001010 0 1000 100110 10101110 111011 100111

Color Harmonies of #299E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299E92

Black with #299E92

Text Example


Text Example

White with #299E92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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