#1D929A

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

Shades of Java #1D929A

Tints of Java #1D929A

Color information

#1D929A (or 0x1D929A) is unknown color: approx Java. HEX triplet: 1D, 92 and 9A. RGB value is (29,146,154). Sum of RGB (Red+Green+Blue) = 29+146+154=329 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.81% from 329); Green value is 146 (57.42% from 255 or 44.38% from 329); Blue value is 154 (60.55% from 255 or 46.81% from 329); Max value from RGB is 154 - color contains mainly: blue. Hex color #1D929A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D929A is #E26D65. Grayscale: #6F6F6F. Windows color (decimal): -14839142 or 10129949. OLE color: 10129949.

HSL color Cylindrical-coordinate representation of color #1D929A: hue angle of 183.84º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D929A is Cyan = 0.81, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB29146154-
CMYK0.810.0500.40
HSL183.84º68.31%35.88%-
HSV(B)183.84º81.17%60.39%-
XYZ16.6223.1534.16-
YUV111.93151.7468.85-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 8.81%
GREEN value IS 146 (57.42% from 255) = 44.38%
BLUE value IS 154 (60.55% from 255) = 46.81%
R=8.81%
G=44.38%
B=46.81%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal291461540.810.0500.40183.8468.3135.88
Hex1D929A515028b84424
Octal35222232121505027010444
Binary11101100100101001101010100011010101000101110001000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D929A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,146,154); }

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

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

 a { background-color: rgb(29,146,154); }

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

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

 span { border-color: rgb(29,146,154); }

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