Html Css Color HEX #2A9B90 Java

📋 copy color: '#2A9B90'

red 42 ◦ green 155 ◦ blue 144

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

Shades of Java #2A9B90

Tints of Java #2A9B90

RGB

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

 GREEN value IS 155 (60.94% from 255) = 45.45%

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

R = 12.32%
G = 45.45%
B = 42.23%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.07

 K value IS 0.39

RGB Variations

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

Color information

#2A9B90 (or 0x2A9B90) is known color: Java. HEX triplet: 2A, 9B and 90. RGB value is (42,155,144). Sum of RGB (Red+Green+Blue) = 42+155+144=341 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.32% from 341); Green value is 155 (60.94% from 255 or 45.45% from 341); Blue value is 144 (56.64% from 255 or 42.23% from 341); Max value from RGB is 155 - color contains mainly: green. Hex color #2A9B90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A9B90 is #D5646F. Grayscale: #777777. Windows color (decimal): -13984880 or 9476906. OLE color: 9476906.

HSL color Cylindrical-coordinate representation of color #2A9B90: hue angle of 174.16º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A9B90 is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.39.

Color convert

RGB 42 155 144 -
CMYK 0.73 0 0.07 0.39
HSL 174.16º 0.57% 0.39% -
HSV(B) 174.16º 0.73% 0.61% -
XYZ 17.71 25.95 30.46 -
YUV 119.96 141.56 72.39 -
System Red Green Blue C M Y K H S L
Decimal 42 155 144 0.73 0 0.07 0.39 174.16 0.57 0.39
Hex 2A 9B 90 49 0 7 27 AE 39 27
Octal 52 233 220 111 0 7 47 256 71 47
Binary 101010 10011011 10010000 1001001 0 111 100111 10101110 111001 100111

Color Harmonies of #2A9B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A9B90

Black with #2A9B90

Text Example


Text Example

White with #2A9B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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