Html Css Color HEX #1D9288 Java

📋 copy color: '#1D9288'

red 29 ◦ green 146 ◦ blue 136

#1D9288
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Java #1D9288

Tints of Java #1D9288

RGB

 RED value IS 29 (11.72% from 255) = 9.32%

 GREEN value IS 146 (57.42% from 255) = 46.95%

 BLUE value IS 136 (53.52% from 255) = 43.73%

R = 9.32%
G = 46.95%
B = 43.73%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.07

 K value IS 0.43

RGB Variations

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

Color information

#1D9288 (or 0x1D9288) is known color: Java. HEX triplet: 1D, 92 and 88. RGB value is (29,146,136). Sum of RGB (Red+Green+Blue) = 29+146+136=311 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.32% from 311); Green value is 146 (57.42% from 255 or 46.95% from 311); Blue value is 136 (53.52% from 255 or 43.73% from 311); Max value from RGB is 146 - color contains mainly: green. Hex color #1D9288 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D9288 is #E26D77. Grayscale: #6D6D6D. Windows color (decimal): -14839160 or 8950301. OLE color: 8950301.

HSL color Cylindrical-coordinate representation of color #1D9288: hue angle of 174.87º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D9288 is Cyan = 0.80, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.43.

Color convert

RGB 29 146 136 -
CMYK 0.80 0 0.07 0.43
HSL 174.87º 0.67% 0.34% -
HSV(B) 174.87º 0.8% 0.57% -
XYZ 15.23 22.6 26.85 -
YUV 109.88 142.74 70.31 -
System Red Green Blue C M Y K H S L
Decimal 29 146 136 0.80 0 0.07 0.43 174.87 0.67 0.34
Hex 1D 92 88 50 0 7 2B AF 43 22
Octal 35 222 210 120 0 7 53 257 103 42
Binary 11101 10010010 10001000 1010000 0 111 101011 10101111 1000011 100010

Color Harmonies of #1D9288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D9288

Black with #1D9288

Text Example


Text Example

White with #1D9288

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1D9288;
 }
 .AnyTagClassName
 {
   color: #1D9288;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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