#299C92

Color #299C92 Java (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Java #299C92

Tints of Java #299C92

Color information

#299C92 (or 0x299C92) is unknown color: approx Java. HEX triplet: 29, 9C and 92. RGB value is (41,156,146). Sum of RGB (Red+Green+Blue) = 41+156+146=343 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.95% from 343); Green value is 156 (61.33% from 255 or 45.48% from 343); Blue value is 146 (57.42% from 255 or 42.57% from 343); Max value from RGB is 156 - color contains mainly: green. Hex color #299C92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299C92 is #D6636D. Grayscale: #787878. Windows color (decimal): -14050158 or 9608233. OLE color: 9608233.

HSL color Cylindrical-coordinate representation of color #299C92: hue angle of 174.78º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #299C92 is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.39.

Color convert

RGB41156146-
CMYK0.7400.060.39
HSL174.78º58.38%38.63%-
HSV(B)174.78º73.72%61.18%-
XYZ17.9926.3231.33-
YUV120.48142.471.31-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.95%
GREEN value IS 156 (61.33% from 255) = 45.48%
BLUE value IS 146 (57.42% from 255) = 42.57%
R=11.95%
G=45.48%
B=42.57%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal411561460.7400.060.39174.7858.3838.63
Hex299C924A0627af3a27
Octal5123422211206472577247
Binary10100110011100100100101001010011010011110101111111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #299C92;
 }
 .AnyTagClassName
 {
   color: #299C92;
 }
</style>
background-color css

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

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

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

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

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

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