#2F5D59

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

Shades of Oracle #2F5D59

Tints of Oracle #2F5D59

Color information

#2F5D59 (or 0x2F5D59) is unknown color: approx Oracle. HEX triplet: 2F, 5D and 59. RGB value is (47,93,89). Sum of RGB (Red+Green+Blue) = 47+93+89=229 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.52% from 229); Green value is 93 (36.72% from 255 or 40.61% from 229); Blue value is 89 (35.16% from 255 or 38.86% from 229); Max value from RGB is 93 - color contains mainly: green. Hex color #2F5D59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F5D59 is #D0A2A6. Grayscale: #4E4E4E. Windows color (decimal): -13673127 or 5856559. OLE color: 5856559.

HSL color Cylindrical-coordinate representation of color #2F5D59: hue angle of 174.78º degrees, saturation: 0.33, 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 #2F5D59 is Cyan = 0.49, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.

Color convert

RGB479389-
CMYK0.4900.040.64
HSL174.78º32.86%27.45%-
HSV(B)174.78º49.46%36.47%-
XYZ6.899.1510.86-
YUV78.79133.76105.33-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20.52%
GREEN value IS 93 (36.72% from 255) = 40.61%
BLUE value IS 89 (35.16% from 255) = 38.86%
R=20.52%
G=40.61%
B=38.86%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4793890.4900.040.64174.7832.8627.45
Hex2F5D59310440af211b
Octal5713513161041002574133
Binary10111110111011011001110001010010000001010111110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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