Html Css Color HEX #2F998D Java

📋 copy color: '#2F998D'

red 47 ◦ green 153 ◦ blue 141

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

Shades of Java #2F998D

Tints of Java #2F998D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 44.87%

 BLUE value IS 141 (55.47% from 255) = 41.35%

R = 13.78%
G = 44.87%
B = 41.35%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#2F998D (or 0x2F998D) is known color: Java. HEX triplet: 2F, 99 and 8D. RGB value is (47,153,141). Sum of RGB (Red+Green+Blue) = 47+153+141=341 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.78% from 341); Green value is 153 (60.16% from 255 or 44.87% from 341); Blue value is 141 (55.47% from 255 or 41.35% from 341); Max value from RGB is 153 - color contains mainly: green. Hex color #2F998D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F998D is #D06672. Grayscale: #777777. Windows color (decimal): -13657715 or 9279791. OLE color: 9279791.

HSL color Cylindrical-coordinate representation of color #2F998D: hue angle of 173.21º 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 #2F998D is Cyan = 0.69, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB 47 153 141 -
CMYK 0.69 0 0.08 0.4
HSL 173.21º 0.53% 0.39% -
HSV(B) 173.21º 0.69% 0.6% -
XYZ 17.37 25.31 29.17 -
YUV 119.94 139.88 75.98 -
System Red Green Blue C M Y K H S L
Decimal 47 153 141 0.69 0 0.08 0.4 173.21 0.53 0.39
Hex 2F 99 8D 45 0 8 28 AD 35 27
Octal 57 231 215 105 0 10 50 255 65 47
Binary 101111 10011001 10001101 1000101 0 1000 101000 10101101 110101 100111

Color Harmonies of #2F998D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F998D

Black with #2F998D

Text Example


Text Example

White with #2F998D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,153,141); }

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

background-color css

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

 a { background-color: rgb(47,153,141); }

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

border-color css

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

 span { border-color: rgb(47,153,141); }

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