Html Css Color HEX #2D978F Java

📋 copy color: '#2D978F'

red 45 ◦ green 151 ◦ blue 143

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

Shades of Java #2D978F

Tints of Java #2D978F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 44.54%

 BLUE value IS 143 (56.25% from 255) = 42.18%

R = 13.27%
G = 44.54%
B = 42.18%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#2D978F (or 0x2D978F) is known color: Java. HEX triplet: 2D, 97 and 8F. RGB value is (45,151,143). Sum of RGB (Red+Green+Blue) = 45+151+143=339 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.27% from 339); Green value is 151 (59.38% from 255 or 44.54% from 339); Blue value is 143 (56.25% from 255 or 42.18% from 339); Max value from RGB is 151 - color contains mainly: green. Hex color #2D978F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D978F is #D26870. Grayscale: #767676. Windows color (decimal): -13789297 or 9410349. OLE color: 9410349.

HSL color Cylindrical-coordinate representation of color #2D978F: hue angle of 175.47º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D978F is Cyan = 0.70, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB 45 151 143 -
CMYK 0.70 0 0.05 0.41
HSL 175.47º 0.54% 0.38% -
HSV(B) 175.47º 0.7% 0.59% -
XYZ 17.11 24.67 29.85 -
YUV 118.39 141.88 75.65 -
System Red Green Blue C M Y K H S L
Decimal 45 151 143 0.70 0 0.05 0.41 175.47 0.54 0.38
Hex 2D 97 8F 46 0 5 29 AF 36 26
Octal 55 227 217 106 0 5 51 257 66 46
Binary 101101 10010111 10001111 1000110 0 101 101001 10101111 110110 100110

Color Harmonies of #2D978F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D978F

Black with #2D978F

Text Example


Text Example

White with #2D978F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,151,143); }

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

background-color css

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

 a { background-color: rgb(45,151,143); }

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

border-color css

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

 span { border-color: rgb(45,151,143); }

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