Html Css Color HEX #2F999D Java

📋 copy color: '#2F999D'

red 47 ◦ green 153 ◦ blue 157

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

Shades of Java #2F999D

Tints of Java #2F999D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 43.98%

R = 13.17%
G = 42.86%
B = 43.98%

CMYK

 C value IS 0.70

 M value IS 0.03

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2F999D (or 0x2F999D) is known color: Java. HEX triplet: 2F, 99 and 9D. RGB value is (47,153,157). Sum of RGB (Red+Green+Blue) = 47+153+157=357 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.17% from 357); Green value is 153 (60.16% from 255 or 42.86% from 357); Blue value is 157 (61.72% from 255 or 43.98% from 357); Max value from RGB is 157 - color contains mainly: blue. Hex color #2F999D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F999D is #D06662. Grayscale: #797979. Windows color (decimal): -13657699 or 10328367. OLE color: 10328367.

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

Color convert

RGB 47 153 157 -
CMYK 0.70 0.03 0 0.38
HSL 182.18º 0.54% 0.4% -
HSV(B) 182.18º 0.7% 0.62% -
XYZ 18.65 25.82 35.9 -
YUV 121.76 147.88 74.67 -
System Red Green Blue C M Y K H S L
Decimal 47 153 157 0.70 0.03 0 0.38 182.18 0.54 0.4
Hex 2F 99 9D 46 3 0 26 B6 36 28
Octal 57 231 235 106 3 0 46 266 66 50
Binary 101111 10011001 10011101 1000110 11 0 100110 10110110 110110 101000

Color Harmonies of #2F999D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F999D

Black with #2F999D

Text Example


Text Example

White with #2F999D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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