#2F5F5D

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

Shades of Oracle #2F5F5D

Tints of Oracle #2F5F5D

Color information

#2F5F5D (or 0x2F5F5D) is unknown color: approx Oracle. HEX triplet: 2F, 5F and 5D. RGB value is (47,95,93). Sum of RGB (Red+Green+Blue) = 47+95+93=235 (31% of max value = 765). Red value is 47 (18.75% from 255 or 20% from 235); Green value is 95 (37.5% from 255 or 40.43% from 235); Blue value is 93 (36.72% from 255 or 39.57% from 235); Max value from RGB is 95 - color contains mainly: green. Hex color #2F5F5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F5F5D is #D0A0A2. Grayscale: #505050. Windows color (decimal): -13672611 or 6119215. OLE color: 6119215.

HSL color Cylindrical-coordinate representation of color #2F5F5D: hue angle of 177.5º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2F5F5D is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.63.

Color convert

RGB479593-
CMYK0.5100.020.63
HSL177.5º33.8%27.84%-
HSV(B)177.5º50.53%37.25%-
XYZ7.249.5811.82-
YUV80.42135.1104.16-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20%
GREEN value IS 95 (37.5% from 255) = 40.43%
BLUE value IS 93 (36.72% from 255) = 39.57%
R=20%
G=40.43%
B=39.57%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4795930.5100.020.63177.533.827.84
Hex2F5F5D33023Fb2221c
Octal571371356302772624234
Binary101111101111110111011100110101111111011001010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,95,93); }

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

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

 a { background-color: rgb(47,95,93); }

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

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

 span { border-color: rgb(47,95,93); }

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