#2F595C

Color #2F595C Oracle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oracle #2F595C

Tints of Oracle #2F595C

Color information

#2F595C (or 0x2F595C) is unknown color: approx Oracle. HEX triplet: 2F, 59 and 5C. RGB value is (47,89,92). Sum of RGB (Red+Green+Blue) = 47+89+92=228 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.61% from 228); Green value is 89 (35.16% from 255 or 39.04% from 228); Blue value is 92 (36.33% from 255 or 40.35% from 228); Max value from RGB is 92 - color contains mainly: blue. Hex color #2F595C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F595C is #D0A6A3. Grayscale: #4C4C4C. Windows color (decimal): -13674148 or 6052143. OLE color: 6052143.

HSL color Cylindrical-coordinate representation of color #2F595C: hue angle of 184º degrees, saturation: 0.32, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2F595C is Cyan = 0.49, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB478992-
CMYK0.490.0300.64
HSL184º32.37%27.25%-
HSV(B)184º48.91%36.08%-
XYZ6.688.5211.42-
YUV76.78136.59106.76-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20.61%
GREEN value IS 89 (35.16% from 255) = 39.04%
BLUE value IS 92 (36.33% from 255) = 40.35%
R=20.61%
G=39.04%
B=40.35%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4789920.490.0300.6418432.3727.25
Hex2F595C313040b8201b
Octal5713113461301002704033
Binary1011111011001101110011000111010000001011100010000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F595C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,89,92); }

 H1.HeaderClassName
 {
   color: #2F595C;
 }
 .AnyTagClassName
 {
   color: #2F595C;
 }
</style>
background-color css

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

 a { background-color: rgb(47,89,92); }

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

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

 span { border-color: rgb(47,89,92); }

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