Html Css Color HEX #2F988F Java

📋 copy color: '#2F988F'

red 47 ◦ green 152 ◦ blue 143

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

Shades of Java #2F988F

Tints of Java #2F988F

RGB

 RED value IS 47 (18.75% from 255) = 13.74%

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

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

R = 13.74%
G = 44.44%
B = 41.81%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.06

 K value IS 0.40

RGB Variations

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

Color information

#2F988F (or 0x2F988F) is known color: Java. HEX triplet: 2F, 98 and 8F. RGB value is (47,152,143). Sum of RGB (Red+Green+Blue) = 47+152+143=342 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.74% from 342); Green value is 152 (59.77% from 255 or 44.44% from 342); Blue value is 143 (56.25% from 255 or 41.81% from 342); Max value from RGB is 152 - color contains mainly: green. Hex color #2F988F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F988F is #D06770. Grayscale: #777777. Windows color (decimal): -13657969 or 9410607. OLE color: 9410607.

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

Color convert

RGB 47 152 143 -
CMYK 0.69 0 0.06 0.40
HSL 174.86º 0.53% 0.39% -
HSV(B) 174.86º 0.69% 0.6% -
XYZ 17.36 25.04 29.91 -
YUV 119.58 141.21 76.23 -
System Red Green Blue C M Y K H S L
Decimal 47 152 143 0.69 0 0.06 0.40 174.86 0.53 0.39
Hex 2F 98 8F 45 0 6 28 AF 35 27
Octal 57 230 217 105 0 6 50 257 65 47
Binary 101111 10011000 10001111 1000101 0 110 101000 10101111 110101 100111

Color Harmonies of #2F988F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F988F

Black with #2F988F

Text Example


Text Example

White with #2F988F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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