Html Css Color HEX #299D9A Java

📋 copy color: '#299D9A'

red 41 ◦ green 157 ◦ blue 154

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

Shades of Java #299D9A

Tints of Java #299D9A

RGB

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

 GREEN value IS 157 (61.72% from 255) = 44.6%

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

R = 11.65%
G = 44.6%
B = 43.75%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.02

 K value IS 0.38

RGB Variations

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

Color information

#299D9A (or 0x299D9A) is known color: Java. HEX triplet: 29, 9D and 9A. RGB value is (41,157,154). Sum of RGB (Red+Green+Blue) = 41+157+154=352 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.65% from 352); Green value is 157 (61.72% from 255 or 44.60% from 352); Blue value is 154 (60.55% from 255 or 43.75% from 352); Max value from RGB is 157 - color contains mainly: green. Hex color #299D9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299D9A is #D66265. Grayscale: #797979. Windows color (decimal): -14049894 or 10132777. OLE color: 10132777.

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

Color convert

RGB 41 157 154 -
CMYK 0.74 0 0.02 0.38
HSL 178.45º 0.59% 0.39% -
HSV(B) 178.45º 0.74% 0.62% -
XYZ 18.8 26.92 34.78 -
YUV 121.97 146.07 70.24 -
System Red Green Blue C M Y K H S L
Decimal 41 157 154 0.74 0 0.02 0.38 178.45 0.59 0.39
Hex 29 9D 9A 4A 0 2 26 B2 3B 27
Octal 51 235 232 112 0 2 46 262 73 47
Binary 101001 10011101 10011010 1001010 0 10 100110 10110010 111011 100111

Color Harmonies of #299D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299D9A

Black with #299D9A

Text Example


Text Example

White with #299D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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