Html Css Color HEX #299F9A Java

📋 copy color: '#299F9A'

red 41 ◦ green 159 ◦ blue 154

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

Shades of Java #299F9A

Tints of Java #299F9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 43.5%

R = 11.58%
G = 44.92%
B = 43.5%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.03

 K value IS 0.38

RGB Variations

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

Color information

#299F9A (or 0x299F9A) is known color: Java. HEX triplet: 29, 9F and 9A. RGB value is (41,159,154). Sum of RGB (Red+Green+Blue) = 41+159+154=354 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.58% from 354); Green value is 159 (62.5% from 255 or 44.92% from 354); Blue value is 154 (60.55% from 255 or 43.50% from 354); Max value from RGB is 159 - color contains mainly: green. Hex color #299F9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299F9A is #D66065. Grayscale: #7B7B7B. Windows color (decimal): -14049382 or 10133289. OLE color: 10133289.

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

Color convert

RGB 41 159 154 -
CMYK 0.74 0 0.03 0.38
HSL 177.46º 0.59% 0.39% -
HSV(B) 177.46º 0.74% 0.62% -
XYZ 19.15 27.6 34.89 -
YUV 123.15 145.41 69.41 -
System Red Green Blue C M Y K H S L
Decimal 41 159 154 0.74 0 0.03 0.38 177.46 0.59 0.39
Hex 29 9F 9A 4A 0 3 26 B1 3B 27
Octal 51 237 232 112 0 3 46 261 73 47
Binary 101001 10011111 10011010 1001010 0 11 100110 10110001 111011 100111

Color Harmonies of #299F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299F9A

Black with #299F9A

Text Example


Text Example

White with #299F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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