Html Css Color HEX #299794 Java

📋 copy color: '#299794'

red 41 ◦ green 151 ◦ blue 148

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

Shades of Java #299794

Tints of Java #299794

RGB

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

 GREEN value IS 151 (59.38% from 255) = 44.41%

 BLUE value IS 148 (58.2% from 255) = 43.53%

R = 12.06%
G = 44.41%
B = 43.53%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.02

 K value IS 0.41

RGB Variations

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

Color information

#299794 (or 0x299794) is known color: Java. HEX triplet: 29, 97 and 94. RGB value is (41,151,148). Sum of RGB (Red+Green+Blue) = 41+151+148=340 (45% of max value = 765). Red value is 41 (16.41% from 255 or 12.06% from 340); Green value is 151 (59.38% from 255 or 44.41% from 340); Blue value is 148 (58.20% from 255 or 43.53% from 340); Max value from RGB is 151 - color contains mainly: green. Hex color #299794 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299794 is #D6686B. Grayscale: #757575. Windows color (decimal): -14051436 or 9738025. OLE color: 9738025.

HSL color Cylindrical-coordinate representation of color #299794: hue angle of 178.36º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #299794 is Cyan = 0.73, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.41.

Color convert

RGB 41 151 148 -
CMYK 0.73 0 0.02 0.41
HSL 178.36º 0.57% 0.38% -
HSV(B) 178.36º 0.73% 0.59% -
XYZ 17.33 24.74 31.88 -
YUV 117.77 145.06 73.24 -
System Red Green Blue C M Y K H S L
Decimal 41 151 148 0.73 0 0.02 0.41 178.36 0.57 0.38
Hex 29 97 94 49 0 2 29 B2 39 26
Octal 51 227 224 111 0 2 51 262 71 46
Binary 101001 10010111 10010100 1001001 0 10 101001 10110010 111001 100110

Color Harmonies of #299794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299794

Black with #299794

Text Example


Text Example

White with #299794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299794; }

 p { color: rgb(41,151,148); }

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

background-color css

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

 a { background-color: rgb(41,151,148); }

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

border-color css

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

 span { border-color: rgb(41,151,148); }

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