Html Css Color HEX #2A9089 Java

📋 copy color: '#2A9089'

red 42 ◦ green 144 ◦ blue 137

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

Shades of Java #2A9089

Tints of Java #2A9089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 42.41%

R = 13%
G = 44.58%
B = 42.41%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.05

 K value IS 0.44

RGB Variations

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

Color information

#2A9089 (or 0x2A9089) is known color: Java. HEX triplet: 2A, 90 and 89. RGB value is (42,144,137). Sum of RGB (Red+Green+Blue) = 42+144+137=323 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.00% from 323); Green value is 144 (56.64% from 255 or 44.58% from 323); Blue value is 137 (53.91% from 255 or 42.41% from 323); Max value from RGB is 144 - color contains mainly: green. Hex color #2A9089 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A9089 is #D56F76. Grayscale: #707070. Windows color (decimal): -13987703 or 9015338. OLE color: 9015338.

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

Color convert

RGB 42 144 137 -
CMYK 0.71 0 0.05 0.44
HSL 175.88º 0.55% 0.36% -
HSV(B) 175.88º 0.71% 0.56% -
XYZ 15.44 22.24 27.15 -
YUV 112.7 141.71 77.57 -
System Red Green Blue C M Y K H S L
Decimal 42 144 137 0.71 0 0.05 0.44 175.88 0.55 0.36
Hex 2A 90 89 47 0 5 2C B0 37 24
Octal 52 220 211 107 0 5 54 260 67 44
Binary 101010 10010000 10001001 1000111 0 101 101100 10110000 110111 100100

Color Harmonies of #2A9089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A9089

Black with #2A9089

Text Example


Text Example

White with #2A9089

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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