Html Css Color HEX #2F9E9B Java

📋 copy color: '#2F9E9B'

red 47 ◦ green 158 ◦ blue 155

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

Shades of Java #2F9E9B

Tints of Java #2F9E9B

RGB

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

 GREEN value IS 158 (62.11% from 255) = 43.89%

 BLUE value IS 155 (60.94% from 255) = 43.06%

R = 13.06%
G = 43.89%
B = 43.06%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.02

 K value IS 0.38

RGB Variations

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

Color information

#2F9E9B (or 0x2F9E9B) is known color: Java. HEX triplet: 2F, 9E and 9B. RGB value is (47,158,155). Sum of RGB (Red+Green+Blue) = 47+158+155=360 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.06% from 360); Green value is 158 (62.11% from 255 or 43.89% from 360); Blue value is 155 (60.94% from 255 or 43.06% from 360); Max value from RGB is 158 - color contains mainly: green. Hex color #2F9E9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F9E9B is #D06164. Grayscale: #7C7C7C. Windows color (decimal): -13656421 or 10198575. OLE color: 10198575.

HSL color Cylindrical-coordinate representation of color #2F9E9B: hue angle of 178.38º 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 #2F9E9B is Cyan = 0.70, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.38.

Color convert

RGB 47 158 155 -
CMYK 0.70 0 0.02 0.38
HSL 178.38º 0.54% 0.4% -
HSV(B) 178.38º 0.7% 0.62% -
XYZ 19.32 27.42 35.29 -
YUV 124.47 145.23 72.74 -
System Red Green Blue C M Y K H S L
Decimal 47 158 155 0.70 0 0.02 0.38 178.38 0.54 0.4
Hex 2F 9E 9B 46 0 2 26 B2 36 28
Octal 57 236 233 106 0 2 46 262 66 50
Binary 101111 10011110 10011011 1000110 0 10 100110 10110010 110110 101000

Color Harmonies of #2F9E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F9E9B

Black with #2F9E9B

Text Example


Text Example

White with #2F9E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,158,155); }

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

background-color css

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

 a { background-color: rgb(47,158,155); }

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

border-color css

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

 span { border-color: rgb(47,158,155); }

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