Html Css Color HEX #2F959B Java

📋 copy color: '#2F959B'

red 47 ◦ green 149 ◦ blue 155

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

Shades of Java #2F959B

Tints of Java #2F959B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 42.45%

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

R = 13.39%
G = 42.45%
B = 44.16%

CMYK

 C value IS 0.70

 M value IS 0.04

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#2F959B (or 0x2F959B) is known color: Java. HEX triplet: 2F, 95 and 9B. RGB value is (47,149,155). Sum of RGB (Red+Green+Blue) = 47+149+155=351 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.39% from 351); Green value is 149 (58.59% from 255 or 42.45% from 351); Blue value is 155 (60.94% from 255 or 44.16% from 351); Max value from RGB is 155 - color contains mainly: blue. Hex color #2F959B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F959B is #D06A64. Grayscale: #777777. Windows color (decimal): -13658725 or 10196271. OLE color: 10196271.

HSL color Cylindrical-coordinate representation of color #2F959B: hue angle of 183.33º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2F959B is Cyan = 0.70, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 47 149 155 -
CMYK 0.70 0.04 0 0.39
HSL 183.33º 0.53% 0.4% -
HSV(B) 183.33º 0.7% 0.61% -
XYZ 17.84 24.47 34.79 -
YUV 119.19 148.21 76.51 -
System Red Green Blue C M Y K H S L
Decimal 47 149 155 0.70 0.04 0 0.39 183.33 0.53 0.4
Hex 2F 95 9B 46 4 0 27 B7 35 28
Octal 57 225 233 106 4 0 47 267 65 50
Binary 101111 10010101 10011011 1000110 100 0 100111 10110111 110101 101000

Color Harmonies of #2F959B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F959B

Black with #2F959B

Text Example


Text Example

White with #2F959B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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