#2da39e

Color #2DA39E Java (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Java #2DA39E

Tints of Java #2DA39E

Color information

#2DA39E (or 0x2DA39E) is unknown color: approx Java. HEX triplet: 2D, A3 and 9E. RGB value is (45,163,158). Sum of RGB (Red+Green+Blue) = 45+163+158=366 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.30% from 366); Green value is 163 (64.06% from 255 or 44.54% from 366); Blue value is 158 (62.11% from 255 or 43.17% from 366); Max value from RGB is 163 - color contains mainly: green. Hex color #2DA39E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DA39E is #D25C61. Grayscale: #7F7F7F. Windows color (decimal): -13786210 or 10396461. OLE color: 10396461.

HSL color Cylindrical-coordinate representation of color #2DA39E: hue angle of 177.46º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2DA39E is Cyan = 0.72, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB45163158-
CMYK0.7200.030.36
HSL177.46º56.73%40.78%-
HSV(B)177.46º72.39%63.92%-
XYZ20.3529.2236.92-
YUV127.15145.4169.41-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12.30%
GREEN value IS 163 (64.06% from 255) = 44.54%
BLUE value IS 158 (62.11% from 255) = 43.17%
R=12.30%
G=44.54%
B=43.17%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal451631580.7200.030.36177.4656.7340.78
Hex2DA39E480324b13929
Octal5524323611003442617151
Binary1011011010001110011110100100001110010010110001111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2da39e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,163,158); }

 H1.HeaderClassName
 {
   color: #2da39e;
 }
 .AnyTagClassName
 {
   color: #2da39e;
 }
</style>
background-color css

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

 a { background-color: rgb(45,163,158); }

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

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

 span { border-color: rgb(45,163,158); }

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