#2F6464

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

Shades of Oracle #2F6464

Tints of Oracle #2F6464

Color information

#2F6464 (or 0x2F6464) is unknown color: approx Oracle. HEX triplet: 2F, 64 and 64. RGB value is (47,100,100). Sum of RGB (Red+Green+Blue) = 47+100+100=247 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.03% from 247); Green value is 100 (39.45% from 255 or 40.49% from 247); Blue value is 100 (39.45% from 255 or 40.49% from 247); Max value from RGB is 100 - color contains mainly: green, blue. Hex color #2F6464 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6464 is #D09B9B. Grayscale: #545454. Windows color (decimal): -13671324 or 6579247. OLE color: 6579247.

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

Color convert

RGB47100100-
CMYK0.53000.61
HSL180º36.05%28.82%-
HSV(B)180º53%39.22%-
XYZ8.0310.6413.69-
YUV84.15136.94101.5-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.03%
GREEN value IS 100 (39.45% from 255) = 40.49%
BLUE value IS 100 (39.45% from 255) = 40.49%
R=19.03%
G=40.49%
B=40.49%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal471001000.53000.6118036.0528.82
Hex2F646435003Db4241d
Octal571441446500752644435
Binary10111111001001100100110101001111011011010010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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