Html Css Color HEX #2A9387 Java

📋 copy color: '#2A9387'

red 42 ◦ green 147 ◦ blue 135

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

Shades of Java #2A9387

Tints of Java #2A9387

RGB

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

 GREEN value IS 147 (57.81% from 255) = 45.37%

 BLUE value IS 135 (53.13% from 255) = 41.67%

R = 12.96%
G = 45.37%
B = 41.67%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#2A9387 (or 0x2A9387) is known color: Java. HEX triplet: 2A, 93 and 87. RGB value is (42,147,135). Sum of RGB (Red+Green+Blue) = 42+147+135=324 (42% of max value = 765). Red value is 42 (16.80% from 255 or 12.96% from 324); Green value is 147 (57.81% from 255 or 45.37% from 324); Blue value is 135 (53.12% from 255 or 41.67% from 324); Max value from RGB is 147 - color contains mainly: green. Hex color #2A9387 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A9387 is #D56C78. Grayscale: #727272. Windows color (decimal): -13986937 or 8885034. OLE color: 8885034.

HSL color Cylindrical-coordinate representation of color #2A9387: hue angle of 173.14º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2A9387 is Cyan = 0.71, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB 42 147 135 -
CMYK 0.71 0 0.08 0.42
HSL 173.14º 0.56% 0.37% -
HSV(B) 173.14º 0.71% 0.58% -
XYZ 15.76 23.11 26.55 -
YUV 114.24 139.71 76.48 -
System Red Green Blue C M Y K H S L
Decimal 42 147 135 0.71 0 0.08 0.42 173.14 0.56 0.37
Hex 2A 93 87 47 0 8 2A AD 38 25
Octal 52 223 207 107 0 10 52 255 70 45
Binary 101010 10010011 10000111 1000111 0 1000 101010 10101101 111000 100101

Color Harmonies of #2A9387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A9387

Black with #2A9387

Text Example


Text Example

White with #2A9387

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,147,135); }

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

background-color css

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

 a { background-color: rgb(42,147,135); }

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

border-color css

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

 span { border-color: rgb(42,147,135); }

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