#2D908A

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

Shades of Java #2D908A

Tints of Java #2D908A

Color information

#2D908A (or 0x2D908A) is unknown color: approx Java. HEX triplet: 2D, 90 and 8A. RGB value is (45,144,138). Sum of RGB (Red+Green+Blue) = 45+144+138=327 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.76% from 327); Green value is 144 (56.64% from 255 or 44.04% from 327); Blue value is 138 (54.30% from 255 or 42.20% from 327); Max value from RGB is 144 - color contains mainly: green. Hex color #2D908A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D908A is #D26F75. Grayscale: #717171. Windows color (decimal): -13791094 or 9080877. OLE color: 9080877.

HSL color Cylindrical-coordinate representation of color #2D908A: hue angle of 176.36º 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 #2D908A is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB45144138-
CMYK0.6900.040.44
HSL176.36º52.38%37.06%-
HSV(B)176.36º68.75%56.47%-
XYZ15.6422.3427.53-
YUV113.71141.778.99-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.76%
GREEN value IS 144 (56.64% from 255) = 44.04%
BLUE value IS 138 (54.30% from 255) = 42.20%
R=13.76%
G=44.04%
B=42.20%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal451441380.6900.040.44176.3652.3837.06
Hex2D908A45042Cb03425
Octal5522021210504542606445
Binary10110110010000100010101000101010010110010110000110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D908A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,144,138); }

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

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

 a { background-color: rgb(45,144,138); }

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

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

 span { border-color: rgb(45,144,138); }

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