Html Css Color HEX #2D8C89 Java

📋 copy color: '#2D8C89'

red 45 ◦ green 140 ◦ blue 137

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

Shades of Java #2D8C89

Tints of Java #2D8C89

RGB

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

 GREEN value IS 140 (55.08% from 255) = 43.48%

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

R = 13.98%
G = 43.48%
B = 42.55%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.02

 K value IS 0.45

RGB Variations

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

Color information

#2D8C89 (or 0x2D8C89) is known color: Java. HEX triplet: 2D, 8C and 89. RGB value is (45,140,137). Sum of RGB (Red+Green+Blue) = 45+140+137=322 (42% of max value = 765). Red value is 45 (17.97% from 255 or 13.98% from 322); Green value is 140 (55.08% from 255 or 43.48% from 322); Blue value is 137 (53.91% from 255 or 42.55% from 322); Max value from RGB is 140 - color contains mainly: green. Hex color #2D8C89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D8C89 is #D27376. Grayscale: #6F6F6F. Windows color (decimal): -13792119 or 9014317. OLE color: 9014317.

HSL color Cylindrical-coordinate representation of color #2D8C89: hue angle of 178.11º 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 #2D8C89 is Cyan = 0.68, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.

Color convert

RGB 45 140 137 -
CMYK 0.68 0 0.02 0.45
HSL 178.11º 0.51% 0.36% -
HSV(B) 178.11º 0.68% 0.55% -
XYZ 14.98 21.12 26.95 -
YUV 111.25 142.53 80.74 -
System Red Green Blue C M Y K H S L
Decimal 45 140 137 0.68 0 0.02 0.45 178.11 0.51 0.36
Hex 2D 8C 89 44 0 2 2D B2 33 24
Octal 55 214 211 104 0 2 55 262 63 44
Binary 101101 10001100 10001001 1000100 0 10 101101 10110010 110011 100100

Color Harmonies of #2D8C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D8C89

Black with #2D8C89

Text Example


Text Example

White with #2D8C89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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