#1D9387

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

Shades of Java #1D9387

Tints of Java #1D9387

Color information

#1D9387 (or 0x1D9387) is unknown color: approx Java. HEX triplet: 1D, 93 and 87. RGB value is (29,147,135). Sum of RGB (Red+Green+Blue) = 29+147+135=311 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.32% from 311); Green value is 147 (57.81% from 255 or 47.27% from 311); Blue value is 135 (53.12% from 255 or 43.41% from 311); Max value from RGB is 147 - color contains mainly: green. Hex color #1D9387 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D9387 is #E26C78. Grayscale: #6E6E6E. Windows color (decimal): -14838905 or 8885021. OLE color: 8885021.

HSL color Cylindrical-coordinate representation of color #1D9387: hue angle of 173.9º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D9387 is Cyan = 0.80, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB29147135-
CMYK0.8000.080.42
HSL173.9º67.05%34.51%-
HSV(B)173.9º80.27%57.65%-
XYZ15.3122.8826.53-
YUV110.35141.9169.98-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.32%
GREEN value IS 147 (57.81% from 255) = 47.27%
BLUE value IS 135 (53.12% from 255) = 43.41%
R=9.32%
G=47.27%
B=43.41%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal291471350.8000.080.42173.967.0534.51
Hex1D938750082Aae4323
Octal352232071200105225610343
Binary111011001001110000111101000001000101010101011101000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D9387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D9387; }

 p { color: rgb(29,147,135); }

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

<style>
 a { background-color: #1D9387; }

 a { background-color: rgb(29,147,135); }

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

<style>
 span { border-color: #1D9387; }

 span { border-color: rgb(29,147,135); }

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