Html Css Color HEX #2A9490 Java

📋 copy color: '#2A9490'

red 42 ◦ green 148 ◦ blue 144

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

Shades of Java #2A9490

Tints of Java #2A9490

RGB

 RED value IS 42 (16.8% from 255) = 12.57%

 GREEN value IS 148 (58.2% from 255) = 44.31%

 BLUE value IS 144 (56.64% from 255) = 43.11%

R = 12.57%
G = 44.31%
B = 43.11%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#2A9490 (or 0x2A9490) is known color: Java. HEX triplet: 2A, 94 and 90. RGB value is (42,148,144). Sum of RGB (Red+Green+Blue) = 42+148+144=334 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.57% from 334); Green value is 148 (58.20% from 255 or 44.31% from 334); Blue value is 144 (56.64% from 255 or 43.11% from 334); Max value from RGB is 148 - color contains mainly: green. Hex color #2A9490 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A9490 is #D56B6F. Grayscale: #737373. Windows color (decimal): -13986672 or 9475114. OLE color: 9475114.

HSL color Cylindrical-coordinate representation of color #2A9490: hue angle of 177.74º degrees, saturation: 0.56, 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 #2A9490 is Cyan = 0.72, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 42 148 144 -
CMYK 0.72 0 0.03 0.42
HSL 177.74º 0.56% 0.37% -
HSV(B) 177.74º 0.72% 0.58% -
XYZ 16.58 23.69 30.08 -
YUV 115.85 143.88 75.33 -
System Red Green Blue C M Y K H S L
Decimal 42 148 144 0.72 0 0.03 0.42 177.74 0.56 0.37
Hex 2A 94 90 48 0 3 2A B2 38 25
Octal 52 224 220 110 0 3 52 262 70 45
Binary 101010 10010100 10010000 1001000 0 11 101010 10110010 111000 100101

Color Harmonies of #2A9490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A9490

Black with #2A9490

Text Example


Text Example

White with #2A9490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2A9490; }

 p { color: rgb(42,148,144); }

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

background-color css

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

 a { background-color: rgb(42,148,144); }

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

border-color css

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

 span { border-color: rgb(42,148,144); }

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