Html Css Color HEX #299B93 Java

📋 copy color: '#299B93'

red 41 ◦ green 155 ◦ blue 147

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

Shades of Java #299B93

Tints of Java #299B93

RGB

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

 GREEN value IS 155 (60.94% from 255) = 45.19%

 BLUE value IS 147 (57.81% from 255) = 42.86%

R = 11.95%
G = 45.19%
B = 42.86%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.05

 K value IS 0.39

RGB Variations

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

Color information

#299B93 (or 0x299B93) is known color: Java. HEX triplet: 29, 9B and 93. RGB value is (41,155,147). Sum of RGB (Red+Green+Blue) = 41+155+147=343 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.95% from 343); Green value is 155 (60.94% from 255 or 45.19% from 343); Blue value is 147 (57.81% from 255 or 42.86% from 343); Max value from RGB is 155 - color contains mainly: green. Hex color #299B93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299B93 is #D6646C. Grayscale: #777777. Windows color (decimal): -14050413 or 9673513. OLE color: 9673513.

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

Color convert

RGB 41 155 147 -
CMYK 0.74 0 0.05 0.39
HSL 175.79º 0.58% 0.38% -
HSV(B) 175.79º 0.74% 0.61% -
XYZ 17.9 26.02 31.68 -
YUV 120 143.23 71.65 -
System Red Green Blue C M Y K H S L
Decimal 41 155 147 0.74 0 0.05 0.39 175.79 0.58 0.38
Hex 29 9B 93 4A 0 5 27 B0 3A 26
Octal 51 233 223 112 0 5 47 260 72 46
Binary 101001 10011011 10010011 1001010 0 101 100111 10110000 111010 100110

Color Harmonies of #299B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299B93

Black with #299B93

Text Example


Text Example

White with #299B93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,155,147); }

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

background-color css

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

 a { background-color: rgb(41,155,147); }

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

border-color css

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

 span { border-color: rgb(41,155,147); }

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