#2DA69F

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

Shades of Java #2DA69F

Tints of Java #2DA69F

Color information

#2DA69F (or 0x2DA69F) is unknown color: approx Java. HEX triplet: 2D, A6 and 9F. RGB value is (45,166,159). Sum of RGB (Red+Green+Blue) = 45+166+159=370 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12.16% from 370); Green value is 166 (65.23% from 255 or 44.86% from 370); Blue value is 159 (62.5% from 255 or 42.97% from 370); Max value from RGB is 166 - color contains mainly: green. Hex color #2DA69F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DA69F is #D25960. Grayscale: #808080. Windows color (decimal): -13785441 or 10462765. OLE color: 10462765.

HSL color Cylindrical-coordinate representation of color #2DA69F: hue angle of 176.53º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2DA69F is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB45166159-
CMYK0.7300.040.35
HSL176.53º57.35%41.37%-
HSV(B)176.53º72.89%65.1%-
XYZ20.9830.3337.55-
YUV129.02144.9168.07-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12.16%
GREEN value IS 166 (65.23% from 255) = 44.86%
BLUE value IS 159 (62.5% from 255) = 42.97%
R=12.16%
G=44.86%
B=42.97%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal451661590.7300.040.35176.5357.3541.37
Hex2DA69F490423b13929
Octal5524623711104432617151
Binary10110110100110100111111001001010010001110110001111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DA69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,166,159); }

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

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

 a { background-color: rgb(45,166,159); }

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

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

 span { border-color: rgb(45,166,159); }

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