Html Css Color HEX #2D988F Java

📋 copy color: '#2D988F'

red 45 ◦ green 152 ◦ blue 143

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

Shades of Java #2D988F

Tints of Java #2D988F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 44.71%

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

R = 13.24%
G = 44.71%
B = 42.06%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.06

 K value IS 0.40

RGB Variations

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

Color information

#2D988F (or 0x2D988F) is known color: Java. HEX triplet: 2D, 98 and 8F. RGB value is (45,152,143). Sum of RGB (Red+Green+Blue) = 45+152+143=340 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.24% from 340); Green value is 152 (59.77% from 255 or 44.71% from 340); Blue value is 143 (56.25% from 255 or 42.06% from 340); Max value from RGB is 152 - color contains mainly: green. Hex color #2D988F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D988F is #D26770. Grayscale: #767676. Windows color (decimal): -13789041 or 9410605. OLE color: 9410605.

HSL color Cylindrical-coordinate representation of color #2D988F: hue angle of 174.95º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D988F is Cyan = 0.70, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB 45 152 143 -
CMYK 0.70 0 0.06 0.40
HSL 174.95º 0.54% 0.39% -
HSV(B) 174.95º 0.7% 0.6% -
XYZ 17.27 25 29.9 -
YUV 118.98 141.55 75.23 -
System Red Green Blue C M Y K H S L
Decimal 45 152 143 0.70 0 0.06 0.40 174.95 0.54 0.39
Hex 2D 98 8F 46 0 6 28 AF 36 27
Octal 55 230 217 106 0 6 50 257 66 47
Binary 101101 10011000 10001111 1000110 0 110 101000 10101111 110110 100111

Color Harmonies of #2D988F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D988F

Black with #2D988F

Text Example


Text Example

White with #2D988F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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