#2D8F8E

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

Shades of Java #2D8F8E

Tints of Java #2D8F8E

Color information

#2D8F8E (or 0x2D8F8E) is unknown color: approx Java. HEX triplet: 2D, 8F and 8E. RGB value is (45,143,142). Sum of RGB (Red+Green+Blue) = 45+143+142=330 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.64% from 330); Green value is 143 (56.25% from 255 or 43.33% from 330); Blue value is 142 (55.86% from 255 or 43.03% from 330); Max value from RGB is 143 - color contains mainly: green. Hex color #2D8F8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D8F8E is #D27071. Grayscale: #717171. Windows color (decimal): -13791346 or 9342765. OLE color: 9342765.

HSL color Cylindrical-coordinate representation of color #2D8F8E: hue angle of 179.39º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D8F8E is Cyan = 0.69, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB45143142-
CMYK0.6900.010.44
HSL179.39º52.13%36.86%-
HSV(B)179.39º68.53%56.08%-
XYZ15.7922.1629.04-
YUV113.58144.0379.08-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.64%
GREEN value IS 143 (56.25% from 255) = 43.33%
BLUE value IS 142 (55.86% from 255) = 43.03%
R=13.64%
G=43.33%
B=43.03%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal451431420.6900.010.44179.3952.1336.86
Hex2D8F8E45012Cb33425
Octal5521721610501542636445
Binary101101100011111000111010001010110110010110011110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D8F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,143,142); }

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

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

 a { background-color: rgb(45,143,142); }

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

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

 span { border-color: rgb(45,143,142); }

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