Html Css Color HEX #299592 Java

📋 copy color: '#299592'

red 41 ◦ green 149 ◦ blue 146

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

Shades of Java #299592

Tints of Java #299592

RGB

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

 GREEN value IS 149 (58.59% from 255) = 44.35%

 BLUE value IS 146 (57.42% from 255) = 43.45%

R = 12.2%
G = 44.35%
B = 43.45%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#299592 (or 0x299592) is known color: Java. HEX triplet: 29, 95 and 92. RGB value is (41,149,146). Sum of RGB (Red+Green+Blue) = 41+149+146=336 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.20% from 336); Green value is 149 (58.59% from 255 or 44.35% from 336); Blue value is 146 (57.42% from 255 or 43.45% from 336); Max value from RGB is 149 - color contains mainly: green. Hex color #299592 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299592 is #D66A6D. Grayscale: #747474. Windows color (decimal): -14051950 or 9606441. OLE color: 9606441.

HSL color Cylindrical-coordinate representation of color #299592: hue angle of 178.33º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #299592 is Cyan = 0.72, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB 41 149 146 -
CMYK 0.72 0 0.02 0.42
HSL 178.33º 0.57% 0.37% -
HSV(B) 178.33º 0.72% 0.58% -
XYZ 16.85 24.04 30.95 -
YUV 116.37 144.72 74.24 -
System Red Green Blue C M Y K H S L
Decimal 41 149 146 0.72 0 0.02 0.42 178.33 0.57 0.37
Hex 29 95 92 48 0 2 2A B2 39 25
Octal 51 225 222 110 0 2 52 262 71 45
Binary 101001 10010101 10010010 1001000 0 10 101010 10110010 111001 100101

Color Harmonies of #299592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299592

Black with #299592

Text Example


Text Example

White with #299592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299592; }

 p { color: rgb(41,149,146); }

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

background-color css

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

 a { background-color: rgb(41,149,146); }

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

border-color css

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

 span { border-color: rgb(41,149,146); }

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