Html Css Color HEX #2D8B89 Java

📋 copy color: '#2D8B89'

red 45 ◦ green 139 ◦ blue 137

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

Shades of Java #2D8B89

Tints of Java #2D8B89

RGB

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

 GREEN value IS 139 (54.69% from 255) = 43.3%

 BLUE value IS 137 (53.91% from 255) = 42.68%

R = 14.02%
G = 43.3%
B = 42.68%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#2D8B89 (or 0x2D8B89) is known color: Java. HEX triplet: 2D, 8B and 89. RGB value is (45,139,137). Sum of RGB (Red+Green+Blue) = 45+139+137=321 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.02% from 321); Green value is 139 (54.69% from 255 or 43.30% from 321); Blue value is 137 (53.91% from 255 or 42.68% from 321); Max value from RGB is 139 - color contains mainly: green. Hex color #2D8B89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D8B89 is #D27476. Grayscale: #6E6E6E. Windows color (decimal): -13792375 or 9014061. OLE color: 9014061.

HSL color Cylindrical-coordinate representation of color #2D8B89: hue angle of 178.72º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2D8B89 is Cyan = 0.68, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB 45 139 137 -
CMYK 0.68 0 0.01 0.45
HSL 178.72º 0.51% 0.36% -
HSV(B) 178.72º 0.68% 0.55% -
XYZ 14.83 20.83 26.91 -
YUV 110.67 142.86 81.16 -
System Red Green Blue C M Y K H S L
Decimal 45 139 137 0.68 0 0.01 0.45 178.72 0.51 0.36
Hex 2D 8B 89 44 0 1 2D B3 33 24
Octal 55 213 211 104 0 1 55 263 63 44
Binary 101101 10001011 10001001 1000100 0 1 101101 10110011 110011 100100

Color Harmonies of #2D8B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D8B89

Black with #2D8B89

Text Example


Text Example

White with #2D8B89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,139,137); }

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

background-color css

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

 a { background-color: rgb(45,139,137); }

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

border-color css

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

 span { border-color: rgb(45,139,137); }

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