Html Css Color HEX #1D938A Java

📋 copy color: '#1D938A'

red 29 ◦ green 147 ◦ blue 138

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

Shades of Java #1D938A

Tints of Java #1D938A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 46.82%

 BLUE value IS 138 (54.3% from 255) = 43.95%

R = 9.24%
G = 46.82%
B = 43.95%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#1D938A (or 0x1D938A) is known color: Java. HEX triplet: 1D, 93 and 8A. RGB value is (29,147,138). Sum of RGB (Red+Green+Blue) = 29+147+138=314 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.24% from 314); Green value is 147 (57.81% from 255 or 46.82% from 314); Blue value is 138 (54.30% from 255 or 43.95% from 314); Max value from RGB is 147 - color contains mainly: green. Hex color #1D938A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D938A is #E26C75. Grayscale: #6E6E6E. Windows color (decimal): -14838902 or 9081629. OLE color: 9081629.

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

Color convert

RGB 29 147 138 -
CMYK 0.80 0 0.06 0.42
HSL 175.42º 0.67% 0.35% -
HSV(B) 175.42º 0.8% 0.58% -
XYZ 15.53 22.96 27.66 -
YUV 110.69 143.41 69.73 -
System Red Green Blue C M Y K H S L
Decimal 29 147 138 0.80 0 0.06 0.42 175.42 0.67 0.35
Hex 1D 93 8A 50 0 6 2A AF 43 23
Octal 35 223 212 120 0 6 52 257 103 43
Binary 11101 10010011 10001010 1010000 0 110 101010 10101111 1000011 100011

Color Harmonies of #1D938A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D938A

Black with #1D938A

Text Example


Text Example

White with #1D938A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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