#30615F

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

Shades of Oracle #30615F

Tints of Oracle #30615F

Color information

#30615F (or 0x30615F) is unknown color: approx Oracle. HEX triplet: 30, 61 and 5F. RGB value is (48,97,95). Sum of RGB (Red+Green+Blue) = 48+97+95=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 97 (38.28% from 255 or 40.42% from 240); Blue value is 95 (37.5% from 255 or 39.58% from 240); Max value from RGB is 97 - color contains mainly: green. Hex color #30615F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30615F is #CF9EA0. Grayscale: #525252. Windows color (decimal): -13606561 or 6250800. OLE color: 6250800.

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

Color convert

RGB489795-
CMYK0.5100.020.62
HSL177.55º33.79%28.43%-
HSV(B)177.55º50.52%38.04%-
XYZ7.561012.36-
YUV82.12135.27103.66-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20%
GREEN value IS 97 (38.28% from 255) = 40.42%
BLUE value IS 95 (37.5% from 255) = 39.58%
R=20%
G=40.42%
B=39.58%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4897950.5100.020.62177.5533.7928.43
Hex30615F33023Eb2221c
Octal601411376302762624234
Binary110000110000110111111100110101111101011001010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30615F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30615F; }

 p { color: rgb(48,97,95); }

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

<style>
 a { background-color: #30615F; }

 a { background-color: rgb(48,97,95); }

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

<style>
 span { border-color: #30615F; }

 span { border-color: rgb(48,97,95); }

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