Html Css Color HEX #2F9193 Java

📋 copy color: '#2F9193'

red 47 ◦ green 145 ◦ blue 147

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

Shades of Java #2F9193

Tints of Java #2F9193

RGB

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

 GREEN value IS 145 (57.03% from 255) = 42.77%

 BLUE value IS 147 (57.81% from 255) = 43.36%

R = 13.86%
G = 42.77%
B = 43.36%

CMYK

 C value IS 0.68

 M value IS 0.01

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#2F9193 (or 0x2F9193) is known color: Java. HEX triplet: 2F, 91 and 93. RGB value is (47,145,147). Sum of RGB (Red+Green+Blue) = 47+145+147=339 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.86% from 339); Green value is 145 (57.03% from 255 or 42.77% from 339); Blue value is 147 (57.81% from 255 or 43.36% from 339); Max value from RGB is 147 - color contains mainly: blue. Hex color #2F9193 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F9193 is #D06E6C. Grayscale: #737373. Windows color (decimal): -13659757 or 9670959. OLE color: 9670959.

HSL color Cylindrical-coordinate representation of color #2F9193: hue angle of 181.2º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F9193 is Cyan = 0.68, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 47 145 147 -
CMYK 0.68 0.01 0 0.42
HSL 181.2º 0.52% 0.38% -
HSV(B) 181.2º 0.68% 0.58% -
XYZ 16.56 22.96 31.16 -
YUV 115.93 145.53 78.84 -
System Red Green Blue C M Y K H S L
Decimal 47 145 147 0.68 0.01 0 0.42 181.2 0.52 0.38
Hex 2F 91 93 44 1 0 2A B5 34 26
Octal 57 221 223 104 1 0 52 265 64 46
Binary 101111 10010001 10010011 1000100 1 0 101010 10110101 110100 100110

Color Harmonies of #2F9193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F9193

Black with #2F9193

Text Example


Text Example

White with #2F9193

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,145,147); }

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

background-color css

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

 a { background-color: rgb(47,145,147); }

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

border-color css

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

 span { border-color: rgb(47,145,147); }

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