Html Css Color HEX #299084 Java

📋 copy color: '#299084'

red 41 ◦ green 144 ◦ blue 132

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

Shades of Java #299084

Tints of Java #299084

RGB

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

 GREEN value IS 144 (56.64% from 255) = 45.43%

 BLUE value IS 132 (51.95% from 255) = 41.64%

R = 12.93%
G = 45.43%
B = 41.64%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.08

 K value IS 0.44

RGB Variations

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

Color information

#299084 (or 0x299084) is known color: Java. HEX triplet: 29, 90 and 84. RGB value is (41,144,132). Sum of RGB (Red+Green+Blue) = 41+144+132=317 (41% of max value = 765). Red value is 41 (16.41% from 255 or 12.93% from 317); Green value is 144 (56.64% from 255 or 45.43% from 317); Blue value is 132 (51.95% from 255 or 41.64% from 317); Max value from RGB is 144 - color contains mainly: green. Hex color #299084 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299084 is #D66F7B. Grayscale: #6F6F6F. Windows color (decimal): -14053244 or 8687657. OLE color: 8687657.

HSL color Cylindrical-coordinate representation of color #299084: hue angle of 173.01º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #299084 is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB 41 144 132 -
CMYK 0.72 0 0.08 0.44
HSL 173.01º 0.56% 0.36% -
HSV(B) 173.01º 0.72% 0.56% -
XYZ 15.05 22.08 25.3 -
YUV 111.84 139.38 77.48 -
System Red Green Blue C M Y K H S L
Decimal 41 144 132 0.72 0 0.08 0.44 173.01 0.56 0.36
Hex 29 90 84 48 0 8 2C AD 38 24
Octal 51 220 204 110 0 10 54 255 70 44
Binary 101001 10010000 10000100 1001000 0 1000 101100 10101101 111000 100100

Color Harmonies of #299084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299084

Black with #299084

Text Example


Text Example

White with #299084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299084; }

 p { color: rgb(41,144,132); }

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

background-color css

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

 a { background-color: rgb(41,144,132); }

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

border-color css

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

 span { border-color: rgb(41,144,132); }

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