#2F6565

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

Shades of Oracle #2F6565

Tints of Oracle #2F6565

Color information

#2F6565 (or 0x2F6565) is unknown color: approx Oracle. HEX triplet: 2F, 65 and 65. RGB value is (47,101,101). Sum of RGB (Red+Green+Blue) = 47+101+101=249 (32% of max value = 765). Red value is 47 (18.75% from 255 or 18.88% from 249); Green value is 101 (39.84% from 255 or 40.56% from 249); Blue value is 101 (39.84% from 255 or 40.56% from 249); Max value from RGB is 101 - color contains mainly: green, blue. Hex color #2F6565 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6565 is #D09A9A. Grayscale: #545454. Windows color (decimal): -13671067 or 6645039. OLE color: 6645039.

HSL color Cylindrical-coordinate representation of color #2F6565: hue angle of 180º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2F6565 is Cyan = 0.53, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB47101101-
CMYK0.53000.60
HSL180º36.49%29.02%-
HSV(B)180º53.47%39.61%-
XYZ8.1710.8513.98-
YUV84.85137.11101-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.88%
GREEN value IS 101 (39.84% from 255) = 40.56%
BLUE value IS 101 (39.84% from 255) = 40.56%
R=18.88%
G=40.56%
B=40.56%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal471011010.53000.6018036.4929.02
Hex2F656535003Cb4241d
Octal571451456500742644435
Binary10111111001011100101110101001111001011010010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,101,101); }

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

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

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

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

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

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

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