#2D9E9E

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

Shades of Java #2D9E9E

Tints of Java #2D9E9E

Color information

#2D9E9E (or 0x2D9E9E) is unknown color: approx Java. HEX triplet: 2D, 9E and 9E. RGB value is (45,158,158). Sum of RGB (Red+Green+Blue) = 45+158+158=361 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.47% from 361); Green value is 158 (62.11% from 255 or 43.77% from 361); Blue value is 158 (62.11% from 255 or 43.77% from 361); Max value from RGB is 158 - color contains mainly: green, blue. Hex color #2D9E9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D9E9E is #D26161. Grayscale: #7C7C7C. Windows color (decimal): -13787490 or 10395181. OLE color: 10395181.

HSL color Cylindrical-coordinate representation of color #2D9E9E: hue angle of 180º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2D9E9E is Cyan = 0.72, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB45158158-
CMYK0.72000.38
HSL180º55.67%39.8%-
HSV(B)180º71.52%61.96%-
XYZ19.4827.4836.63-
YUV124.21147.0671.5-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12.47%
GREEN value IS 158 (62.11% from 255) = 43.77%
BLUE value IS 158 (62.11% from 255) = 43.77%
R=12.47%
G=43.77%
B=43.77%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal451581580.72000.3818055.6739.8
Hex2D9E9E480026b43828
Octal5523623611000462647050
Binary101101100111101001111010010000010011010110100111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D9E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,158,158); }

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

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

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

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

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

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

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