#2DA398

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

Shades of Java #2DA398

Tints of Java #2DA398

Color information

#2DA398 (or 0x2DA398) is unknown color: approx Java. HEX triplet: 2D, A3 and 98. RGB value is (45,163,152). Sum of RGB (Red+Green+Blue) = 45+163+152=360 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.5% from 360); Green value is 163 (64.06% from 255 or 45.28% from 360); Blue value is 152 (59.77% from 255 or 42.22% from 360); Max value from RGB is 163 - color contains mainly: green. Hex color #2DA398 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DA398 is #D25C67. Grayscale: #7E7E7E. Windows color (decimal): -13786216 or 10003245. OLE color: 10003245.

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

Color convert

RGB45163152-
CMYK0.7200.070.36
HSL174.41º56.73%40.78%-
HSV(B)174.41º72.39%63.92%-
XYZ19.8529.0234.26-
YUV126.46142.4169.89-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12.5%
GREEN value IS 163 (64.06% from 255) = 45.28%
BLUE value IS 152 (59.77% from 255) = 42.22%
R=12.5%
G=45.28%
B=42.22%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal451631520.7200.070.36174.4156.7340.78
Hex2DA398480724ae3929
Octal5524323011007442567151
Binary10110110100011100110001001000011110010010101110111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DA398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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