#2D5E5E

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

Shades of Oracle #2D5E5E

Tints of Oracle #2D5E5E

Color information

#2D5E5E (or 0x2D5E5E) is unknown color: approx Oracle. HEX triplet: 2D, 5E and 5E. RGB value is (45,94,94). Sum of RGB (Red+Green+Blue) = 45+94+94=233 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.31% from 233); Green value is 94 (37.11% from 255 or 40.34% from 233); Blue value is 94 (37.11% from 255 or 40.34% from 233); Max value from RGB is 94 - color contains mainly: green, blue. Hex color #2D5E5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D5E5E is #D2A1A1. Grayscale: #4F4F4F. Windows color (decimal): -13803938 or 6184493. OLE color: 6184493.

HSL color Cylindrical-coordinate representation of color #2D5E5E: hue angle of 180º degrees, saturation: 0.35, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2D5E5E is Cyan = 0.52, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB459494-
CMYK0.52000.63
HSL180º35.25%27.25%-
HSV(B)180º52.13%36.86%-
XYZ7.119.3712.02-
YUV79.35136.27103.5-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 19.31%
GREEN value IS 94 (37.11% from 255) = 40.34%
BLUE value IS 94 (37.11% from 255) = 40.34%
R=19.31%
G=40.34%
B=40.34%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4594940.52000.6318035.2527.25
Hex2D5E5E34003Fb4231b
Octal551361366400772644333
Binary10110110111101011110110100001111111011010010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D5E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,94,94); }

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

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

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

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

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

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

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