Html Css Color HEX #1D958A Java

📋 copy color: '#1D958A'

red 29 ◦ green 149 ◦ blue 138

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

Shades of Java #1D958A

Tints of Java #1D958A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 47.15%

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

R = 9.18%
G = 47.15%
B = 43.67%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#1D958A (or 0x1D958A) is known color: Java. HEX triplet: 1D, 95 and 8A. RGB value is (29,149,138). Sum of RGB (Red+Green+Blue) = 29+149+138=316 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.18% from 316); Green value is 149 (58.59% from 255 or 47.15% from 316); Blue value is 138 (54.30% from 255 or 43.67% from 316); Max value from RGB is 149 - color contains mainly: green. Hex color #1D958A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D958A is #E26A75. Grayscale: #6F6F6F. Windows color (decimal): -14838390 or 9082141. OLE color: 9082141.

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

Color convert

RGB 29 149 138 -
CMYK 0.81 0 0.07 0.42
HSL 174.5º 0.67% 0.35% -
HSV(B) 174.5º 0.81% 0.58% -
XYZ 15.84 23.59 27.76 -
YUV 111.87 142.74 68.89 -
System Red Green Blue C M Y K H S L
Decimal 29 149 138 0.81 0 0.07 0.42 174.5 0.67 0.35
Hex 1D 95 8A 51 0 7 2A AE 43 23
Octal 35 225 212 121 0 7 52 256 103 43
Binary 11101 10010101 10001010 1010001 0 111 101010 10101110 1000011 100011

Color Harmonies of #1D958A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D958A

Black with #1D958A

Text Example


Text Example

White with #1D958A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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