Html Css Color HEX #2D9187 Java

📋 copy color: '#2D9187'

red 45 ◦ green 145 ◦ blue 135

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

Shades of Java #2D9187

Tints of Java #2D9187

RGB

 RED value IS 45 (17.97% from 255) = 13.85%

 GREEN value IS 145 (57.03% from 255) = 44.62%

 BLUE value IS 135 (53.13% from 255) = 41.54%

R = 13.85%
G = 44.62%
B = 41.54%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.07

 K value IS 0.43

RGB Variations

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

Color information

#2D9187 (or 0x2D9187) is known color: Java. HEX triplet: 2D, 91 and 87. RGB value is (45,145,135). Sum of RGB (Red+Green+Blue) = 45+145+135=325 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.85% from 325); Green value is 145 (57.03% from 255 or 44.62% from 325); Blue value is 135 (53.12% from 255 or 41.54% from 325); Max value from RGB is 145 - color contains mainly: green. Hex color #2D9187 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D9187 is #D26E78. Grayscale: #717171. Windows color (decimal): -13790841 or 8884525. OLE color: 8884525.

HSL color Cylindrical-coordinate representation of color #2D9187: hue angle of 174º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D9187 is Cyan = 0.69, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.43.

Color convert

RGB 45 145 135 -
CMYK 0.69 0 0.07 0.43
HSL 174º 0.53% 0.37% -
HSV(B) 174º 0.69% 0.57% -
XYZ 15.58 22.56 26.45 -
YUV 113.96 139.87 78.81 -
System Red Green Blue C M Y K H S L
Decimal 45 145 135 0.69 0 0.07 0.43 174 0.53 0.37
Hex 2D 91 87 45 0 7 2B AE 35 25
Octal 55 221 207 105 0 7 53 256 65 45
Binary 101101 10010001 10000111 1000101 0 111 101011 10101110 110101 100101

Color Harmonies of #2D9187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D9187

Black with #2D9187

Text Example


Text Example

White with #2D9187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2D9187; }

 p { color: rgb(45,145,135); }

 H1.HeaderClassName
 {
   color: #2D9187;
 }
 .AnyTagClassName
 {
   color: #2D9187;
 }
</style>

background-color css

<style>
 a { background-color: #2D9187; }

 a { background-color: rgb(45,145,135); }

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

border-color css

<style>
 span { border-color: #2D9187; }

 span { border-color: rgb(45,145,135); }

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