Html Css Color HEX #2D9391 Java

📋 copy color: '#2D9391'

red 45 ◦ green 147 ◦ blue 145

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

Shades of Java #2D9391

Tints of Java #2D9391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 43.03%

R = 13.35%
G = 43.62%
B = 43.03%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#2D9391 (or 0x2D9391) is known color: Java. HEX triplet: 2D, 93 and 91. RGB value is (45,147,145). Sum of RGB (Red+Green+Blue) = 45+147+145=337 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.35% from 337); Green value is 147 (57.81% from 255 or 43.62% from 337); Blue value is 145 (57.03% from 255 or 43.03% from 337); Max value from RGB is 147 - color contains mainly: green. Hex color #2D9391 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D9391 is #D26C6E. Grayscale: #747474. Windows color (decimal): -13790319 or 9540397. OLE color: 9540397.

HSL color Cylindrical-coordinate representation of color #2D9391: hue angle of 178.82º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D9391 is Cyan = 0.69, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB 45 147 145 -
CMYK 0.69 0 0.01 0.42
HSL 178.82º 0.53% 0.38% -
HSV(B) 178.82º 0.69% 0.58% -
XYZ 16.63 23.47 30.44 -
YUV 116.27 144.21 77.16 -
System Red Green Blue C M Y K H S L
Decimal 45 147 145 0.69 0 0.01 0.42 178.82 0.53 0.38
Hex 2D 93 91 45 0 1 2A B3 35 26
Octal 55 223 221 105 0 1 52 263 65 46
Binary 101101 10010011 10010001 1000101 0 1 101010 10110011 110101 100110

Color Harmonies of #2D9391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D9391

Black with #2D9391

Text Example


Text Example

White with #2D9391

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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