#1D938F

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

Shades of Java #1D938F

Tints of Java #1D938F

Color information

#1D938F (or 0x1D938F) is unknown color: approx Java. HEX triplet: 1D, 93 and 8F. RGB value is (29,147,143). Sum of RGB (Red+Green+Blue) = 29+147+143=319 (42% of max value = 765). Red value is 29 (11.72% from 255 or 9.09% from 319); Green value is 147 (57.81% from 255 or 46.08% from 319); Blue value is 143 (56.25% from 255 or 44.83% from 319); Max value from RGB is 147 - color contains mainly: green. Hex color #1D938F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D938F is #E26C70. Grayscale: #6F6F6F. Windows color (decimal): -14838897 or 9409309. OLE color: 9409309.

HSL color Cylindrical-coordinate representation of color #1D938F: hue angle of 177.97º 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 #1D938F is Cyan = 0.80, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB29147143-
CMYK0.8000.030.42
HSL177.97º67.05%34.51%-
HSV(B)177.97º80.27%57.65%-
XYZ15.923.1129.61-
YUV111.26145.9169.33-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.09%
GREEN value IS 147 (57.81% from 255) = 46.08%
BLUE value IS 143 (56.25% from 255) = 44.83%
R=9.09%
G=46.08%
B=44.83%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal291471430.8000.030.42177.9767.0534.51
Hex1D938F50032Ab24323
Octal35223217120035226210343
Binary1110110010011100011111010000011101010101100101000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D938F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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