Html Css Color HEX #2DA399 Java

📋 copy color: '#2DA399'

red 45 ◦ green 163 ◦ blue 153

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

Shades of Java #2DA399

Tints of Java #2DA399

RGB

 RED value IS 45 (17.97% from 255) = 12.47%

 GREEN value IS 163 (64.06% from 255) = 45.15%

 BLUE value IS 153 (60.16% from 255) = 42.38%

R = 12.47%
G = 45.15%
B = 42.38%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#2DA399 (or 0x2DA399) is known color: Java. HEX triplet: 2D, A3 and 99. RGB value is (45,163,153). Sum of RGB (Red+Green+Blue) = 45+163+153=361 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.47% from 361); Green value is 163 (64.06% from 255 or 45.15% from 361); Blue value is 153 (60.16% from 255 or 42.38% from 361); Max value from RGB is 163 - color contains mainly: green. Hex color #2DA399 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DA399 is #D25C66. Grayscale: #7E7E7E. Windows color (decimal): -13786215 or 10068781. OLE color: 10068781.

HSL color Cylindrical-coordinate representation of color #2DA399: hue angle of 174.92º 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 #2DA399 is Cyan = 0.72, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB 45 163 153 -
CMYK 0.72 0 0.06 0.36
HSL 174.92º 0.57% 0.41% -
HSV(B) 174.92º 0.72% 0.64% -
XYZ 19.93 29.05 34.69 -
YUV 126.58 142.91 69.81 -
System Red Green Blue C M Y K H S L
Decimal 45 163 153 0.72 0 0.06 0.36 174.92 0.57 0.41
Hex 2D A3 99 48 0 6 24 AF 39 29
Octal 55 243 231 110 0 6 44 257 71 51
Binary 101101 10100011 10011001 1001000 0 110 100100 10101111 111001 101001

Color Harmonies of #2DA399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DA399

Black with #2DA399

Text Example


Text Example

White with #2DA399

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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