#2F5D5E

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

Shades of Oracle #2F5D5E

Tints of Oracle #2F5D5E

Color information

#2F5D5E (or 0x2F5D5E) is unknown color: approx Oracle. HEX triplet: 2F, 5D and 5E. RGB value is (47,93,94). Sum of RGB (Red+Green+Blue) = 47+93+94=234 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.09% from 234); Green value is 93 (36.72% from 255 or 39.74% from 234); Blue value is 94 (37.11% from 255 or 40.17% from 234); Max value from RGB is 94 - color contains mainly: blue. Hex color #2F5D5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F5D5E is #D0A2A1. Grayscale: #4F4F4F. Windows color (decimal): -13673122 or 6184239. OLE color: 6184239.

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

Color convert

RGB479394-
CMYK0.50.0100.63
HSL181.28º33.33%27.65%-
HSV(B)181.28º50%36.86%-
XYZ7.119.2412-
YUV79.36136.26104.92-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20.09%
GREEN value IS 93 (36.72% from 255) = 39.74%
BLUE value IS 94 (37.11% from 255) = 40.17%
R=20.09%
G=39.74%
B=40.17%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4793940.50.0100.63181.2833.3327.65
Hex2F5D5E32103Fb5211c
Octal571351366210772654134
Binary10111110111011011110110010101111111011010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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